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

Class OracleDataOptions

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Data.Oracle.Configuration
Assembly: Cephalon.Data.Oracle.dll

Configuration options for the Oracle data provider (Engine:Data:Oracle).

public sealed class OracleDataOptions

objectOracleDataOptions

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

Gets the canonical provider identifier emitted by the pack.

public const string ProviderId = "oracle"

string

Gets the configuration section path used by default for Oracle data settings.

public const string SectionPath = "Engine:Data:Oracle"

string

Gets the provider-native Oracle LogMiner captures that should be contributed to the active runtime.

public IList<OracleLogMinerCaptureOptions> CdcCaptures { get; }

IList<OracleLogMinerCaptureOptions>

Gets or sets the Cephalon-managed checkpoint table name used for durable Oracle LogMiner progress.

public string CheckpointTableName { get; set; }

string

Gets or sets the inline Oracle connection string.

public string? ConnectionString { get; set; }

string?

Use either or .

Gets or sets the root ConnectionStrings entry name to resolve for Oracle.

public string? ConnectionStringName { get; set; }

string?

Use either or .

Gets or sets the operator-facing database name that owns the configured LogMiner captures.

public string DatabaseName { get; set; }

string