Class CdcCaptureFreshnessStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the recommended stable freshness-state identifiers for CDC runtime reporting.
public static class CdcCaptureFreshnessStatesInheritance
Section titled “Inheritance”object ← CdcCaptureFreshnessStates
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Indicates that the provider reports the capture as fresh.
public const string Fresh = "fresh"Field Value
Section titled “Field Value”Indicates that an aggregate runtime answer contains both fresh and unknown capture observation posture.
public const string Mixed = "mixed"Field Value
Section titled “Field Value”Indicates that the provider reports the capture as stale.
public const string Stale = "stale"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”Indicates that the active runtime does not yet have a freshness answer.
public const string Unknown = "unknown"