Enum ConfigurationSetStateStoreEventKind
Identifies an observable configuration-set state-store lifecycle outcome.
Namespace: Eigenverft.NetLib.Infrastructure.Hosting.Configuration.ConfigurationSets
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public enum ConfigurationSetStateStoreEventKind
Fields
| Name | Description |
|---|---|
| DesiredValueUpdateRejected | A programmatic desired-value update was rejected before desired state was persisted. |
| DesiredValueUpdated | A programmatic desired-value update was persisted and its allowed runtime action completed. |
| DesiredValueUpdatedWithFailures | A programmatic desired-value update was persisted, but its runtime transition did not fully complete. |
| StateApplied | The state file was loaded and every requested runtime transition completed successfully. |
| StateAppliedWithErrors | The state file reached its apply phase but a runtime transition or post-apply persistence/finalization step reported an error. |
| StateMaterialized | A canonical self-describing state file was created or refreshed. |
| StateRejected | The state file was rejected before any requested set transition was attempted. |