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