userver: Member List
Loading...
Searching...
No Matches
storages::mongo::operations::Bulk Member List

This is the complete list of members for storages::mongo::operations::Bulk, including all inherited members.

Append(const bulk_ops::InsertOne &) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Append(const bulk_ops::ReplaceOne &) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Append(const bulk_ops::Update &) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Append(const bulk_ops::Delete &) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Bulk(Mode) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulkexplicit
Bulk(const Bulk &)=delete (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Bulk(Bulk &&) noexcept (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
DeleteMany(formats::bson::Document selector, Options &&... options)storages::mongo::operations::Bulk
DeleteOne(formats::bson::Document selector, Options &&... options)storages::mongo::operations::Bulk
InsertOne(formats::bson::Document document, Options &&... options)storages::mongo::operations::Bulk
IsEmpty() const (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
Mode enum name (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
operator=(const Bulk &)=delete (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
operator=(Bulk &&) noexcept (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
ReplaceOne(formats::bson::Document selector, formats::bson::Document replacement, Options &&... options)storages::mongo::operations::Bulk
SetOption(options::WriteConcern::Level) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
SetOption(const options::WriteConcern &) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
SetOption(options::SuppressServerExceptions) (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk
UpdateMany(formats::bson::Document selector, formats::bson::Document update, Options &&... options)storages::mongo::operations::Bulk
UpdateOne(formats::bson::Document selector, formats::bson::Document update, Options &&... options)storages::mongo::operations::Bulk
~Bulk() (defined in storages::mongo::operations::Bulk)storages::mongo::operations::Bulk