Module rincon_client::collection::methods [] [src]

Methods for managing collections.

Structs

ChangeCollectionProperties

Change the properties of a collection identified by name.

CreateCollection

Creates a new collection with the given name.

DropCollection

Drops the collection identified by the given name.

GetCollection

Fetch information about the collection identified by the given name.

GetCollectionProperties

Fetch the properties of the collection identified by the given name.

GetCollectionRevision

Fetch the revision of the collection identified by the given name.

ListCollections

Retrieves a list of existing collections.

RenameCollection

Renames a collection.

RenameCollectionBuilder

A struct that helps to provide an efficient fluent API to build a new instance of the RenameCollection method.