Bulk sub-operation models.
Definition in file bulk_ops.hpp.
Go to the source code of this file.
#include <userver/compiler/select.hpp>#include <userver/formats/bson/document.hpp>#include <userver/storages/mongo/options.hpp>#include <userver/utils/fast_pimpl.hpp>
 Include dependency graph for bulk_ops.hpp:
 This graph shows which files directly or indirectly include this file:Classes | |
| class | storages::mongo::bulk_ops::InsertOne | 
| Inserts a single document as part of bulk operation.  More... | |
| class | storages::mongo::bulk_ops::ReplaceOne | 
| Replaces a single document as part of bulk operation.  More... | |
| class | storages::mongo::bulk_ops::Update | 
| Updates documents as part of bulk operation.  More... | |
| class | storages::mongo::bulk_ops::Delete | 
| Deletes documents as part of bulk operation.  More... | |
Namespaces | |
| namespace | storages | 
| Components, clients and helpers for different databases and storages.  | |
| namespace | storages::mongo | 
| MongoDB client.  | |
| namespace | storages::mongo::operations | 
| Collection operations.  | |
| namespace | storages::mongo::bulk_ops | 
| Bulk sub-operations.  | |