Collection Operations
This set of APIs provides a way to manage collections.
Collection Operations [READ MORE]
This set of APIs provides a way to manage collections.
Alter Collection Properties [READ MORE]
This operation alters the properties of a collection.
Alter Field Properties [READ MORE]
This operation alters the properties of a field in a collection.
Compact Collection [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 [READ MORE]
This operation creates a collection in a specified cluster.
Describe Collection [READ MORE]
Describes the details of a collection.
Drop Collection Properties [READ MORE]
This operation drops the properties of a collection.
Drop Collection [READ MORE]
This operation drops the current collection and all data within the collection.
Flush Collection [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 [READ MORE]
This operation returns the load status of a specific collection.
Get Collection Stats [READ MORE]
This operation gets the number of entities in a collection.
Has Collection [READ MORE]
This operation checks whether a collection exists.
List Collections [READ MORE]
This operation lists all collection names.
Load Collection [READ MORE]
This operation loads the data of the current collection into memory.
Refresh Load [READ MORE]
This operaton refreshes the load of a collection.
Release Collection [READ MORE]
This operation releases the data of the current collection from memory.
Rename Collection [READ MORE]
This operation renames an existing collection.