Skip to content
DocsTry Aspire
DocsTry

QdrantClientSettings Properties

ClassProperties4 members
Provides the client configuration settings for connecting to a Qdrant server using QdrantClient.
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the Qdrant client health check is disabled or not.
public bool DisableHealthChecks { get; set; }
EndpointSection titled EndpointnullableUri?
The endpoint URI string of the Qdrant server to connect to.
public Uri? Endpoint { get; set; }
HealthCheckTimeoutSection titled HealthCheckTimeoutnullableTimeSpan?
Gets or sets the timeout duration for the health check.
public TimeSpan? HealthCheckTimeout { get; set; }
KeySection titled Keynullablestring?
The API Key of the Qdrant server to connect to.
public string? Key { get; set; }