Freigeben über


MilvusClientSettings Class

Definition

Provides the client configuration settings for connecting to a Milvus server using MilvusClient.

public sealed class MilvusClientSettings
type MilvusClientSettings = class
Public NotInheritable Class MilvusClientSettings
Inheritance
MilvusClientSettings

Constructors

MilvusClientSettings()

Properties

Database

The database name of the Milvus server to connect to.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Milvus client health check is disabled or not.

Endpoint

The endpoint URI string of the Milvus server to connect to.

Key

The auth Key of the Milvus server to connect to.

Applies to