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 CdcCaptureExecutionRuntimeManagedConnectorDriftCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDriftCategories
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”ConnectClusterMismatch
Section titled “ ConnectClusterMismatch”The latest reported connector-cluster identifier differs from the declared managed-connector baseline.
public const string ConnectClusterMismatch = "connect-cluster-mismatch"Field Value
Section titled “Field Value”ConnectorClassMismatch
Section titled “ ConnectorClassMismatch”The latest reported connector class differs from the declared managed-connector baseline.
public const string ConnectorClassMismatch = "connector-class-mismatch"Field Value
Section titled “Field Value”MissingDeclaredTaskReports
Section titled “ MissingDeclaredTaskReports”One or more declared task ids are missing from the latest reported task ids.
public const string MissingDeclaredTaskReports = "missing-declared-task-reports"Field Value
Section titled “Field Value”MissingTaskBaseline
Section titled “ MissingTaskBaseline”The managed connector does not currently declare task ids or an expected task count.
public const string MissingTaskBaseline = "missing-task-baseline"Field Value
Section titled “Field Value”ReportedTaskIdentityUnavailable
Section titled “ ReportedTaskIdentityUnavailable”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"Field Value
Section titled “Field Value”ReportedTaskTopologyUnavailable
Section titled “ ReportedTaskTopologyUnavailable”The managed connector has not yet reported task ids or a reported task count.
public const string ReportedTaskTopologyUnavailable = "reported-task-topology-unavailable"Field Value
Section titled “Field Value”SourceProviderMismatch
Section titled “ SourceProviderMismatch”The latest reported source-provider identifier differs from the declared managed-connector baseline.
public const string SourceProviderMismatch = "source-provider-mismatch"Field Value
Section titled “Field Value”TaskCountMismatch
Section titled “ TaskCountMismatch”The managed connector reports a different task count than the declared task baseline.
public const string TaskCountMismatch = "task-count-mismatch"Field Value
Section titled “Field Value”UnexpectedReportedTasks
Section titled “ UnexpectedReportedTasks”One or more reported task ids were not part of the declared task baseline.
public const string UnexpectedReportedTasks = "unexpected-reported-tasks"