Skip to content

Class PostgresDataOptions

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

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

public sealed class PostgresDataOptions

objectPostgresDataOptions

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 = "postgresql"

string

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

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

string

Gets the provider-native PostgreSQL logical-replication captures that should be contributed to the active runtime.

public IList<PostgresLogicalReplicationCaptureOptions> CdcCaptures { get; }

IList<PostgresLogicalReplicationCaptureOptions>

Gets or sets the inline PostgreSQL connection string.

public string? ConnectionString { get; set; }

string?

Use either or .

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

public string? ConnectionStringName { get; set; }

string?

Use either or .

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

public string DatabaseName { get; set; }

string