KurrentDBSettings Properties
Class Properties 4 members
Provides the client configuration settings for connecting to a KurrentDB server using
Client.KurrentDBClient. Gets or sets the connection string.
public string? ConnectionString { get; set; } 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; } Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; }