Class ConfigurationSetStateStoreStatus
Immutable runtime snapshot of the managed configuration-set state file and all captured set axes.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class ConfigurationSetStateStoreStatus
Properties
| Edit this page View SourceFilePath
Gets the normalized state-file path.
Declaration
public string FilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
HasDesiredStateDrift
Gets whether any managed set has desired state different from its active runtime state.
Declaration
public bool HasDesiredStateDrift { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasPendingRestart
Gets whether any startup-only set has a desired value waiting for the next host startup.
Declaration
public bool HasPendingRestart { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LastApplyResult
Gets the most recent state-store apply or desired-value update result, or null before any state operation has completed.
Declaration
public ConfigurationSetStateApplyResult? LastApplyResult { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationSetStateApplyResult |
SetStates
Gets state-store snapshots including desired values and apply modes in registration order.
Declaration
public IReadOnlyList<ConfigurationSetStateStatus> SetStates { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ConfigurationSetStateStatus> |