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