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

Class CdcCaptureFreshnessStates

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

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

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

public static class CdcCaptureFreshnessStates

objectCdcCaptureFreshnessStates

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 fresh.

public const string Fresh = "fresh"

string

Indicates that an aggregate runtime answer contains both fresh and unknown capture observation posture.

public const string Mixed = "mixed"

string

Indicates that the provider reports the capture as stale.

public const string Stale = "stale"

string

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

public const string Unknown = "unknown"

string