Skip to content
DocsTry Aspire
DocsTry

DuckDBConnectionSettings Properties

ClassProperties2 members
Represents the settings for the DuckDB client.
ConnectionStringSection titled ConnectionStringnullablestring?
The connection string of the DuckDB database to connect to.
public string? ConnectionString { get; set; }
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the database health check is disabled or not.
public bool DisableHealthChecks { get; set; }