Collections
Methods for you to manage collections.
alterAlias() [READ MORE]
This operation reassigns the alias of one collection to another.
CollectionSchema [READ MORE]
A CollectionSchema instance represents the schema of a collection. A schema sketches the structure of a collection.
alterCollectionField() [READ MORE]
This operation modifies the properties of a specified collection field.
alterCollectionProperties() [READ MORE]
This operation modifies the properties of a specified collection.
ConsistencyLevel [READ MORE]
This is an enumeration that provides the following constants.
createAlias() [READ MORE]
This operation creates an alias for an existing collection.
createCollection() [READ MORE]
This operation creates a collection either with default or customized settings.
createSchema() [READ MORE]
This operation creates a collection schema.
DataType [READ MORE]
This is an enumeration that provides the following constants.
describeAlias() [READ MORE]
This operation displays the details of an alias.
describeCollection() [READ MORE]
This operation lists detailed information about a specific collection.
dropAlias() [READ MORE]
This operation drops a specified collection alias.
dropCollection() [READ MORE]
This operation drops a collection.
dropCollectionProperties() [READ MORE]
This operation resets the properties of a specified collection to their default values.
FieldSchema [READ MORE]
A FieldSchema instance defines the data type and related attributes of a specific field in a collection.
getCollectionStats() [READ MORE]
This operation lists the statistics collected on a specific collection.
hasCollection() [READ MORE]
This operation checks whether a specific collection exists.
listAliases() [READ MORE]
This operation lists all existing aliases for a specific collection.
listCollections() [READ MORE]
This operation lists all existing collections.
renameCollection() [READ MORE]
This operation renames an existing collection.
WaitForDropCollection() [READ MORE]
This operation halts the process until the collection is dropped. You can use this method to encapsulate the request for a collection drop, ensuring the drop is fully complete before proceeding with further actions.