Class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSources
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable source identifiers used by managed-connector provider-owned write-path execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorProviderOwnedWritePathExecutionSources
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”AutomaticRetryExecution
Section titled “ AutomaticRetryExecution”The provider-owned write-path execution answer was derived primarily from automatic background retry execution truth.
public const string AutomaticRetryExecution = "automatic-retry-execution"Field Value
Section titled “Field Value”CommandExecution
Section titled “ CommandExecution”The provider-owned write-path execution answer was derived primarily from the latest command-execution outcome.
public const string CommandExecution = "command-execution"Field Value
Section titled “Field Value”ExecutionAdapter
Section titled “ ExecutionAdapter”The provider-owned write-path execution answer was derived primarily from execution-adapter truth.
public const string ExecutionAdapter = "execution-adapter"Field Value
Section titled “Field Value”RetryExecutionPolicy
Section titled “ RetryExecutionPolicy”The provider-owned write-path execution answer was derived primarily from retry-execution policy truth.
public const string RetryExecutionPolicy = "retry-execution-policy"Field Value
Section titled “Field Value”SchedulerRecoveryExecutionHardening
Section titled “ SchedulerRecoveryExecutionHardening”The provider-owned write-path execution answer was derived primarily from scheduler recovery and execution-hardening truth.
public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The provider-owned write-path execution answer does not currently resolve to one specific source.
public const string Unknown = "unknown"