Class CdcCaptureLagStates
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the recommended stable lag-state identifiers for CDC runtime reporting.
public static class CdcCaptureLagStatesInheritance
Section titled “Inheritance”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”Backfilling
Section titled “ Backfilling”Indicates that the provider reports the capture as intentionally backfilling older changes.
public const string Backfilling = "backfilling"Field Value
Section titled “Field Value”Current
Section titled “ Current”Indicates that the provider reports the capture as caught up.
public const string Current = "current"Field Value
Section titled “Field Value”Lagging
Section titled “ Lagging”Indicates that the provider reports the capture as lagging behind the source stream.
public const string Lagging = "lagging"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”Indicates that the active runtime does not yet have a lag answer.
public const string Unknown = "unknown"