MilvusClientSettings
Class sealed net10.0
Provides the client configuration settings for connecting to a Milvus server using MilvusClient.
namespace Aspire.Milvus.Client;
public sealed class MilvusClientSettings{ // ...} 5 members
Constructors1
Section titled ConstructorsProperties4
Section titled PropertiesDatabaseget; setstring? The database name of the Milvus server to connect to.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the Milvus client health check is disabled or not.
Endpointget; setUri? The endpoint URI string of the Milvus server to connect to.
Keyget; setstring? The auth Key of the Milvus server to connect to.