|
SYNOPSISbool mongoc_bulk_operation_insert_with_opts (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. PARAMETERS
opts may be NULL or a BSON document with additional command options:
ERRORSOperation errors are propagated via mongoc_bulk_operation_execute(), while argument validation errors are reported by the error argument. RETURNSReturns true on success, and false if passed invalid arguments. AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|