Class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIds
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable management-operation identifiers used by managed-connector command-journal answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIdsInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorCommandJournalOperationIds
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”Delete
Section titled “ Delete”The command journal currently targets a connector delete operation.
public const string Delete = "delete"Field Value
Section titled “Field Value”No managed-connector operation is currently associated with the command journal.
public const string None = "none"Field Value
Section titled “Field Value”The command journal currently targets a connector pause operation.
public const string Pause = "pause"Field Value
Section titled “Field Value”Reconcile
Section titled “ Reconcile”The command journal currently targets a future connector reconcile operation.
public const string Reconcile = "reconcile"Field Value
Section titled “Field Value”Restart
Section titled “ Restart”The command journal currently targets a connector restart operation.
public const string Restart = "restart"Field Value
Section titled “Field Value”Resume
Section titled “ Resume”The command journal currently targets a connector resume operation.
public const string Resume = "resume"