KurrentDBSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a KurrentDB server using
Client.KurrentDBClient. namespace CommunityToolkit.Aspire.KurrentDB;
public sealed class KurrentDBSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the KurrentDB health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
HealthCheckTimeoutget; setTimeSpan? Gets or sets the timeout duration for the health check.