MilvusDatabaseResource Constructors
ClassConstructors1 member
A resource that represents a Milvus database. This is a child resource of a
MilvusServerResource. Constructor(string, string, MilvusServerResource)Section titled Constructor(string, string, MilvusServerResource) A resource that represents a Milvus database. This is a child resource of a
MilvusServerResource. public class MilvusDatabaseResource{ public MilvusDatabaseResource( string name, string databaseName, MilvusServerResource parent) { // ... }}Parameters
namestringThe name of the resource.databaseNamestringThe database name.parentMilvusServerResourceThe Milvus parent resource associated with this database.