22.213. Class PodConfiguration

Namespace: ArmoniK.Core.Common.Storage
Assembly: ArmoniK.Core.Common.dll

Represents the configuration of a pod, encapsulating a set of key-value pairs for pod-specific settings.

public record PodConfiguration : IEquatable<PodConfiguration>

22.213.1. Inheritance

objectPodConfiguration

22.213.2. Implements

IEquatable<PodConfiguration>

22.213.3. Inherited Members

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

22.213.4. Constructors

22.213.4.1. PodConfiguration(IDictionary<string, string>)

Represents the configuration of a pod, encapsulating a set of key-value pairs for pod-specific settings.

public PodConfiguration(IDictionary<string, string> Configuration)

22.213.4.1.1. Parameters

Configuration IDictionary<string, string>

Dictionary containing the configuration of the machines in a partition

22.213.5. Properties

22.213.5.1. Configuration

Dictionary containing the configuration of the machines in a partition

public IDictionary<string, string> Configuration { get; init; }

22.213.5.1.1. Property Value

IDictionary<string, string>