Collection
This chapter provides methods to manage collections and aliases of a collected Milvus instance.
AlterAlias() [READ MORE]
This method changes the alias associated with the specified collection.
ListAliases() [READ MORE]
This method lists all existing aliases associated with the specified collection.
ListCollections() [READ MORE]
This method lists all existing collections.
CreateAlias() [READ MORE]
This method creates an alias and associates it with the specified collection.
DescribeAlias() [READ MORE]
This method describes an alias by providing detailed information about its associated collection.
DescribeCollection() [READ MORE]
This method describes a collection by providing its detailed information.
AlterCollectionFieldProperty() [READ MORE]
This method changes the specified property of a collection field.
AlterCollectionProperties() [READ MORE]
This method changes the specified properties of a collection.
CreateCollection() [READ MORE]
This method creates a collection.
DropCollection() [READ MORE]
This method drops a collection.
DropAlias() [READ MORE]
This method drops an alias.
RenameCollection() [READ MORE]
This method renames the specified collection.
HasCollection() [READ MORE]
This method checks whether the specified collection exists.
DropCollectionProperties() [READ MORE]
This method resets the specified properties of a collection to their default values.
GetCollectionStats() [READ MORE]
This method collects the statistics on the specified collections.