mongoc_client_encryption_rewrap_many_datakey_result_get_bulk_write_result(3)
| MONGOC_CLIENT_ENCRYPTION_REWRAP_MANY_DATAKEY_RESULT_GET_BULK_WRITE_RESULT(3) | libmongoc | MONGOC_CLIENT_ENCRYPTION_REWRAP_MANY_DATAKEY_RESULT_GET_BULK_WRITE_RESULT(3) |
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.
PARAMETERS
- •
- result: A mongoc_client_encryption_rewrap_many_datakey_result_t <>.
RETURNS
A bson_t <https://www.mongoc.org/libbson/current/bson_t.html> that must not be modified or freed if result is not NULL. Otherwise, returns NULL.
See also:
mongoc_client_encryption_rewrap_many_datakey() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
| February 10, 2026 | 1.30.7 |
