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.
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.
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.
renameCollection() [READ MORE]
This operation renames an existing collection.