Class DataRuntimeOptions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Data.Configuration
Assembly: Cephalon.Data.dll
Describes the host-owned options for the runtime-neutral Cephalon data pack.
public sealed class DataRuntimeOptionsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”DataRuntimeOptions()
Section titled “ DataRuntimeOptions()”Initializes a new instance of the
public DataRuntimeOptions()Properties
Section titled “Properties”CdcExecutionRuntimes
Section titled “ CdcExecutionRuntimes”Gets the host-defined CDC execution runtimes that should be available to the active data runtime.
public IList<CdcCaptureExecutionRuntimeOptions> CdcExecutionRuntimes { get; }Property Value
Section titled “Property Value”IList<CdcCaptureExecutionRuntimeOptions>
CdcPollingIntervalSeconds
Section titled “ CdcPollingIntervalSeconds”Gets or sets the polling interval, in seconds, used by the shared CDC hosted execution pump.
public int CdcPollingIntervalSeconds { get; set; }Property Value
Section titled “Property Value”EnableCdcExecution
Section titled “ EnableCdcExecution”Gets or sets a value indicating whether the pack should register the shared CDC hosted execution pump.
public bool EnableCdcExecution { get; set; }Property Value
Section titled “Property Value”EnableExternalCdcRuntimeReporting
Section titled “ EnableExternalCdcRuntimeReporting”Gets or sets a value indicating whether the pack should accept external CDC execution-runtime reports through the shared runtime-state catalog.
public bool EnableExternalCdcRuntimeReporting { get; set; }Property Value
Section titled “Property Value”EnableManagedConnectorAutomaticRetryExecution
Section titled “ EnableManagedConnectorAutomaticRetryExecution”Gets or sets a value indicating whether the pack should run the shared automatic managed-connector background retry lane.
public bool EnableManagedConnectorAutomaticRetryExecution { get; set; }Property Value
Section titled “Property Value”ManagedConnectorAutomaticRetryCoordinationOwnerId
Section titled “ ManagedConnectorAutomaticRetryCoordinationOwnerId”Gets or sets the host-owned local coordination owner identifier used to decide whether the current node can run automatic managed-connector retries.
public string? ManagedConnectorAutomaticRetryCoordinationOwnerId { get; set; }Property Value
Section titled “Property Value”ManagedConnectorAutomaticRetryPollingIntervalSeconds
Section titled “ ManagedConnectorAutomaticRetryPollingIntervalSeconds”Gets or sets the polling interval, in seconds, used by the shared automatic managed-connector background retry lane.
public int ManagedConnectorAutomaticRetryPollingIntervalSeconds { get; set; }Property Value
Section titled “Property Value”ManagedConnectorCommandJournalPersistencePath
Section titled “ ManagedConnectorCommandJournalPersistencePath”Gets or sets the optional durable file path used to persist the shared managed-connector command journal across process restarts.
public string? ManagedConnectorCommandJournalPersistencePath { get; set; }Property Value
Section titled “Property Value”RegisterReadStore
Section titled “ RegisterReadStore”Gets or sets a value indicating whether the pack should register the default read-store dispatcher.
public bool RegisterReadStore { get; set; }Property Value
Section titled “Property Value”RegisterWriteStore
Section titled “ RegisterWriteStore”Gets or sets a value indicating whether the pack should register the default write-store dispatcher.
public bool RegisterWriteStore { get; set; }