30.163. Class Partitioning

Namespace: ArmoniK.Core.Common.Injection.Options.Database
Assembly: ArmoniK.Core.Common.dll

Options to fill partitions related data

public class Partitioning

30.163.1. Inheritance

objectPartitioning

30.163.2. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

30.163.3. Fields

30.163.3.1. SettingSection

Path to the section containing the values in the configuration object

public const string SettingSection = "Partitioning"

30.163.3.1.1. Field Value

string

30.163.4. Properties

30.163.4.1. Partitions

Partitions in a JSON string to insert into the database

public List<string> Partitions { get; init; }

30.163.4.1.1. Property Value

List<string>