Skip to content
Docs Try Aspire

QdrantClientSettings Properties

Class Properties 4 members
Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.
DisableHealthChecks Section titled DisableHealthChecks bool
Gets or sets a boolean value that indicates whether the Qdrant client health check is disabled or not.
public bool DisableHealthChecks { get; set; }
Endpoint Section titled Endpoint nullable Uri?
The endpoint URI string of the Qdrant server to connect to.
public Uri? Endpoint { get; set; }
HealthCheckTimeout Section titled HealthCheckTimeout nullable TimeSpan?
Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; }
Key Section titled Key nullable string?
The API Key of the Qdrant server to connect to.
public string? Key { get; set; }