example-collection
from an index named example-index
.
describe_collection
on a collection in the current project.
The describe_collection
operation returns an object containing key-value pairs representing the name of the collection, the size in bytes, and the creation status of the collection.
Example
The following example gets the creation status and size of a collection named example-collection
.
describe_collection
operation returns the status "deleting"
.
Example
The following example deletes the collection example-collection
.