MilvusClientSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |