Class ConfigurationSetStatus
Immutable runtime snapshot of one named configuration-set coordinator.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetStatus
Properties
| Edit this page View SourceActiveValue
Gets the last fully coordinated active value.
Declaration
public string ActiveValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
AllowedValues
Gets the authoritative values accepted by this set.
Declaration
public IReadOnlyList<string> AllowedValues { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
BoundParticipantNames
Gets the switchable JSON participant identities bound to this set.
Declaration
public IReadOnlyList<string> BoundParticipantNames { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<string> |
InitialValue
Gets the code-defined value used to initialize this set before any optional desired-state source is applied.
Declaration
public string InitialValue { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsConsistent
Gets whether all bound participants are known to represent ActiveValue.
Declaration
public bool IsConsistent { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets the caller-defined set identity.
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |