Collection Operations (V2)
This set of APIs provides a way to manage collections.
Alter Collection Properties (V2) [READ MORE]
This operation alters the properties of a collection.
Alter Field Properties (V2) [READ MORE]
This operation alters the properties of a field in a collection.
Compact Collection (V2) [READ MORE]
This operation compacts the collection by merging small segments into larger ones. It is recommended to call this operation after inserting a large amount of data into a collection.
Create Collection (V2) [READ MORE]
This operation creates a collection in a specified cluster.
Describe Collection (V2) [READ MORE]
Describes the details of a collection.
Drop Collection Properties (V2) [READ MORE]
This operation drops the properties of a collection.
Drop Collection (V2) [READ MORE]
This operation drops the current collection and all data within the collection.
Flush Collection (V2) [READ MORE]
This operation flushes the streaming data and seals segments. It is recommended to call this operation after all the data has been inserted into a collection.
Get Collection Load State (V2) [READ MORE]
This operation returns the load status of a specific collection.
Get Collection Stats (V2) [READ MORE]
This operation gets the number of entities in a collection.
Has Collection (V2) [READ MORE]
This operation checks whether a collection exists.
List Collections (V2) [READ MORE]
This operation lists all collection names.
Load Collection (V2) [READ MORE]
This operation loads the data of the current collection into memory.
Refresh Load (V2) [READ MORE]
This operaton refreshes the load of a collection.
Release Collection (V2) [READ MORE]
This operation releases the data of the current collection from memory.
Rename Collection (V2) [READ MORE]
This operation renames an existing collection.