Added the data sources number

This commit is contained in:
Thorsten Sommer 2025-01-06 20:45:10 +01:00
parent ef9e9ebdd8
commit 321befadbd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -46,6 +46,11 @@ public sealed class Data
/// </summary> /// </summary>
public uint NextEmbeddingNum { get; set; } = 1; public uint NextEmbeddingNum { get; set; } = 1;
/// <summary>
/// The next data source number to use.
/// </summary>
public uint NextDataSourceNum { get; set; } = 1;
/// <summary> /// <summary>
/// The next profile number to use. /// The next profile number to use.
/// </summary> /// </summary>