Index
Methods related to building indexes for your collections.
CreateIndex() [READ MORE]
This method creates an index for a specific field in a collection.
DescribeIndex() [READ MORE]
This method returns the index details.
DropIndex() [READ MORE]
This method drops a specific index from a field.
GetIndexBuildProgress() [READ MORE]
This method returns the building progress of a specific index.
Indexes [READ MORE]
The struct types on this page implement the method signatures of the entity.Index interface.