23.158. Class Partitioning

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

Options to fill partitions related data

public class Partitioning

23.158.1. Inheritance

objectPartitioning

23.158.2. Inherited Members

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

23.158.3. Fields

23.158.3.1. SettingSection

Path to the section containing the values in the configuration object

public const string SettingSection = "Partitioning"

23.158.3.1.1. Field Value

string

23.158.4. Properties

23.158.4.1. Partitions

Partitions in a JSON string to insert into the database

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

23.158.4.1.1. Property Value

List<string>