logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

const bson_t *

Author

       MongoDB, Inc

Parameters

result: A mongoc_client_encryption_rewrap_many_datakey_result_t.

Returns

       A bson_t that must not be modified or freed if result is not NULL. Otherwise, returns NULL.

       SEEALSO:mongoc_client_encryption_rewrap_many_datakey()

Synopsis

          const bson_t *
          mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result (
             mongoc_client_encryption_rewrap_many_datakey_result_t *result);

       Get the bulk write result set by a successful call to mongoc_client_encryption_rewrap_many_datakey().

       Returns NULL if no bulk write operation was executed or if the bulk write operation was unacknowledged.

See Also