mongoc_collection_ensure_index
mongoc_collection_ensure_index()
- Provided by: libmongoc-doc (Version: 1.21.0-1build1)
- Source: mongo-c-driver
- Report a bug
mongoc_collection_ensure_index()
bool
mongoc_collection_ensure_index (mongoc_collection_t *collection,
const bson_t *keys,
const mongoc_index_opt_t *opt,
bson_error_t *error)
BSON_GNUC_DEPRECATED;
This function is deprecated and should not be used in new code. See create-indexes.
Errors are propagated via the error parameter.
MongoDB, Inc
2017-present, MongoDB, Inc