Skip to content
Docs Try Aspire

KurrentDBSettings Properties

Class Properties 4 members
Provides the client configuration settings for connecting to a KurrentDB server using Client.KurrentDBClient.
ConnectionString Section titled ConnectionString nullable string?
Gets or sets the connection string.
public string? ConnectionString { get; set; }
DisableHealthChecks Section titled DisableHealthChecks bool
Gets or sets a boolean value that indicates whether the KurrentDB health check is disabled or not.
public bool DisableHealthChecks { get; set; }
Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
public bool DisableTracing { get; set; }
HealthCheckTimeout Section titled HealthCheckTimeout nullable TimeSpan?
Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; }