ข้ามไปยังเนื้อหา

Class CdcCaptureLagStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the recommended stable lag-state identifiers for CDC runtime reporting.

public static class CdcCaptureLagStates

objectCdcCaptureLagStates

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Indicates that the provider reports the capture as intentionally backfilling older changes.

public const string Backfilling = "backfilling"

string

Indicates that the provider reports the capture as caught up.

public const string Current = "current"

string

Indicates that the provider reports the capture as lagging behind the source stream.

public const string Lagging = "lagging"

string

Indicates that the active runtime does not yet have a lag answer.

public const string Unknown = "unknown"

string