# KurrentDBSettings

- Kind: `class`
- Package: [CommunityToolkit.Aspire.KurrentDB](/reference/api/csharp/communitytoolkit.aspire.kurrentdb.md)
- Version: `13.4.0`
- Namespace: `CommunityToolkit.Aspire.KurrentDB`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.KurrentDB/KurrentDBSettings.cs)

Provides the client configuration settings for connecting to a KurrentDB server using `Client.KurrentDBClient`.

## Definition

```csharp
namespace CommunityToolkit.Aspire.KurrentDB;

public sealed class KurrentDBSettings
{
    // ...
}
```

## Constructors

- [KurrentDBSettings](/reference/api/csharp/communitytoolkit.aspire.kurrentdb/kurrentdbsettings/constructors.md#constructor)

## Properties

- [ConnectionString](/reference/api/csharp/communitytoolkit.aspire.kurrentdb/kurrentdbsettings/properties.md#connectionstring) : `string?` `get; set` -- Gets or sets the connection string.
- [DisableHealthChecks](/reference/api/csharp/communitytoolkit.aspire.kurrentdb/kurrentdbsettings/properties.md#disablehealthchecks) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the KurrentDB health check is disabled or not.
- [DisableTracing](/reference/api/csharp/communitytoolkit.aspire.kurrentdb/kurrentdbsettings/properties.md#disabletracing) : `bool` `get; set` -- Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
- [HealthCheckTimeout](/reference/api/csharp/communitytoolkit.aspire.kurrentdb/kurrentdbsettings/properties.md#healthchecktimeout) : `TimeSpan?` `get; set` -- Gets or sets the timeout duration for the health check.
