21.164. Class Partitioning
Namespace: ArmoniK.Core.Common.Injection.Options.Database
Assembly: ArmoniK.Core.Common.dll
Options to fill partitions related data
public class Partitioning
21.164.1. Inheritance
21.164.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.164.3. Fields
21.164.3.1. SettingSection
Path to the section containing the values in the configuration object
public const string SettingSection = "Partitioning"
21.164.3.1.1. Field Value
21.164.4. Properties
21.164.4.1. Partitions
Partitions in a JSON string to insert into the database
public List<string> Partitions { get; init; }