26.158. Class Partitioning

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

Options to fill partitions related data

public class Partitioning

26.158.1. Inheritance

objectPartitioning

26.158.2. Inherited Members

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

26.158.3. Fields

26.158.3.1. SettingSection

Path to the section containing the values in the configuration object

public const string SettingSection = "Partitioning"

26.158.3.1.1. Field Value

string

26.158.4. Properties

26.158.4.1. Partitions

Partitions in a JSON string to insert into the database

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

26.158.4.1.1. Property Value

List<string>