Skip to content
DocsTry Aspire
DocsTry

KurrentDBSettings Properties

ClassProperties4 members
Provides the client configuration settings for connecting to a KurrentDB server using Client.KurrentDBClient.
ConnectionStringSection titled ConnectionStringnullablestring?
Gets or sets the connection string.
public string? ConnectionString { get; set; }
DisableHealthChecksSection titled DisableHealthChecksbool
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; }
HealthCheckTimeoutSection titled HealthCheckTimeoutnullableTimeSpan?
Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; }