Expand description
Contains the types of results returned by CRUD operations.
Structs§
- Collection
Specification - Information about a collection as reported by
Database::list_collections. - Collection
Specification Info - Info about the collection that is contained in the
CollectionSpecification::infofield of a specification returned fromDatabase::list_collections. - Create
Index Result - Information about the index created as a result of a
Collection::create_index. - Create
Indexes Result - Information about the indexes created as a result of a
Collection::create_indexes. - Database
Specification - A struct modeling the information about an individual database returned from
Client::list_databases. - Delete
Result - The result of a
Collection::delete_oneorCollection::delete_manyoperation. - Insert
Many Result - The result of a
Collection::insert_manyoperation. - Insert
OneResult - The result of a
Collection::insert_oneoperation. - Summary
Bulk Write Result - Summary results returned from a
bulk_writeoperation. - Update
Result - The result of a
Collection::update_oneorCollection::update_manyoperation. - Verbose
Bulk Write Result - Verbose results returned from a
bulk_writeoperation.
Enums§
- Collection
Type - Describes the type of data store returned when executing
Database::list_collections.