Skip to content
Docs Try Aspire

MilvusClientSettings Properties

Class Properties 4 members
Provides the client configuration settings for connecting to a Milvus server using MilvusClient.
Database Section titled Database nullable string?
The database name of the Milvus server to connect to.
public string? Database { get; set; }
DisableHealthChecks Section titled DisableHealthChecks bool
Gets or sets a boolean value that indicates whether the Milvus client health check is disabled or not.
public bool DisableHealthChecks { get; set; }
Endpoint Section titled Endpoint nullable Uri?
The endpoint URI string of the Milvus server to connect to.
public Uri? Endpoint { get; set; }
Key Section titled Key nullable string?
The auth Key of the Milvus server to connect to.
public string? Key { get; set; }