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

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 DataRuntimeOptions

objectDataRuntimeOptions

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

Initializes a new instance of the class.

public DataRuntimeOptions()

Gets the host-defined CDC execution runtimes that should be available to the active data runtime.

public IList<CdcCaptureExecutionRuntimeOptions> CdcExecutionRuntimes { get; }

IList<CdcCaptureExecutionRuntimeOptions>

Gets or sets the polling interval, in seconds, used by the shared CDC hosted execution pump.

public int CdcPollingIntervalSeconds { get; set; }

int

Gets or sets a value indicating whether the pack should register the shared CDC hosted execution pump.

public bool EnableCdcExecution { get; set; }

bool

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; }

bool

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; }

bool

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; }

string?

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; }

int

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; }

string?

Gets or sets a value indicating whether the pack should register the default read-store dispatcher.

public bool RegisterReadStore { get; set; }

bool

Gets or sets a value indicating whether the pack should register the default write-store dispatcher.

public bool RegisterWriteStore { get; set; }

bool