Collection Operations (V2)
This set of APIs provides a way to manage collections.
List Collections (V2) [READ MORE]
This operation lists all collection names.
Create Collection (V2) [READ MORE]
This operation creates a collection in a specified cluster.
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.
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.
Get Compaction State (V2) [READ MORE]
This operation gets the state of the latest compaction task for a specified collection.
Describe Collection (V2) [READ MORE]
Describes the details of a collection.
Drop Collection (V2) [READ MORE]
This operation drops the collection with the specified name and drops all data within.
Truncate Collection (V2) [READ MORE]
This operation removes all data from the specified collection while keeping the collection schema.
Has Collection (V2) [READ MORE]
This operation checks whether a collection exists.
Get Collection Stats (V2) [READ MORE]
This operation gets the number of entities in a collection.
Refresh Load (V2) [READ MORE]
This operaton refreshes the load of a collection.
Alter Collection Properties (V2) [READ MORE]
This operation alters the properties of a collection.
Drop Collection Properties (V2) [READ MORE]
This operation drops the properties of a collection.
Add Collection Field (V2) [READ MORE]
This operation adds a field to a collection without recreating the collection.
Alter Field Properties (V2) [READ MORE]
This operation alters the properties of a field in a collection.
Rename Collection (V2) [READ MORE]
This operation renames an existing collection.
Load Collection (V2) [READ MORE]
This operation loads the data of the current collection into memory.
Release Collection (V2) [READ MORE]
This operation releases the data of the current collection from memory.
Get Collection Load State (V2) [READ MORE]
This operation returns the load status of a specific collection.
Add Function to Collection (V2) [READ MORE]
This operation adds a function to the schema of an existing collection.
Alter Function in Collection (V2) [READ MORE]
This operation alters an existing function in the schema of a collection.
Drop Function from Collection (V2) [READ MORE]
This operation drops a function from the schema of a collection.
Run Analyzer (V2) [READ MORE]
This operation runs an analyzer on the provided text and returns the tokenization result.
Refresh External Collection (V2) [READ MORE]
This operation triggers an asynchronous data refresh job for an existing external collection, re-syncing the collection's data from its underlying external source. `externalSource` and `externalSpec` must be both provided or both omitted; when both are omitted, the collection's previously persisted source and spec are reused.
Describe External Collection Refresh Job (V2) [READ MORE]
This operation returns the current state and progress of a single external-collection refresh job, identified by `jobId`.
List External Collection Refresh Jobs (V2) [READ MORE]
This operation lists external-collection refresh jobs. When `collectionName` is omitted or empty, returns refresh jobs across all external collections in the target database.