Skip to content
DocsTry Aspire
DocsTry

MilvusClientSettings Properties

ClassProperties4 members
Provides the client configuration settings for connecting to a Milvus server using MilvusClient.
DatabaseSection titled Databasenullablestring?
The database name of the Milvus server to connect to.
public string? Database { get; set; }
DisableHealthChecksSection titled DisableHealthChecksbool
Gets or sets a boolean value that indicates whether the Milvus client health check is disabled or not.
public bool DisableHealthChecks { get; set; }
EndpointSection titled EndpointnullableUri?
The endpoint URI string of the Milvus server to connect to.
public Uri? Endpoint { get; set; }
KeySection titled Keynullablestring?
The auth Key of the Milvus server to connect to.
public string? Key { get; set; }