18 #include "mongo/client/write_operation.h"
20 #include "mongo/platform/cstdint.h"
Represents a single server side write operation and encapsulates the process for encoding the operati...
Definition: write_operation.h:31
virtual size_t getBulkIndex() const
The index of this WriteOperation in the context of a larger bulk operation.
the main MongoDB namespace
Definition: bulk_operation_builder.h:24
virtual void setBulkIndex(size_t index)
Sets the index of this WriteOperation in the context of a larger bulk operation.
Definition: write_operation_base.h:24