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

Class CdcCaptureExecutionRuntimeManagedConnectorDriftCategories

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

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

Defines the stable desired-versus-observed drift categories used by managed-connector CDC execution runtimes.

public static class CdcCaptureExecutionRuntimeManagedConnectorDriftCategories

objectCdcCaptureExecutionRuntimeManagedConnectorDriftCategories

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

The latest reported connector-cluster identifier differs from the declared managed-connector baseline.

public const string ConnectClusterMismatch = "connect-cluster-mismatch"

string

The latest reported connector class differs from the declared managed-connector baseline.

public const string ConnectorClassMismatch = "connector-class-mismatch"

string

One or more declared task ids are missing from the latest reported task ids.

public const string MissingDeclaredTaskReports = "missing-declared-task-reports"

string

The managed connector does not currently declare task ids or an expected task count.

public const string MissingTaskBaseline = "missing-task-baseline"

string

The managed connector reports task counts, but not the task identities needed to compare declared task ids.

public const string ReportedTaskIdentityUnavailable = "reported-task-identity-unavailable"

string

The managed connector has not yet reported task ids or a reported task count.

public const string ReportedTaskTopologyUnavailable = "reported-task-topology-unavailable"

string

The latest reported source-provider identifier differs from the declared managed-connector baseline.

public const string SourceProviderMismatch = "source-provider-mismatch"

string

The managed connector reports a different task count than the declared task baseline.

public const string TaskCountMismatch = "task-count-mismatch"

string

One or more reported task ids were not part of the declared task baseline.

public const string UnexpectedReportedTasks = "unexpected-reported-tasks"

string