|
SYNOPSISvoid mongoc_bulk_operation_insert (mongoc_bulk_operation_t *bulk, Queue an insert of a single document into a bulk operation. The insert is not performed until mongoc_bulk_operation_execute() is called. This function is superseded by mongoc_bulk_operation_insert_with_opts(). PARAMETERS
ERRORSErrors are propagated via mongoc_bulk_operation_execute(). SEE ALSO: Bulk Write Operations AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|