mongoc_collection_create_index - Man Page

mongoc_collection_create_index()

Synopsis

bool
mongoc_collection_create_index (mongoc_collection_t *collection,
                                const bson_t *keys,
                                const mongoc_index_opt_t *opt,
                                bson_error_t *error);

Deprecated

This function is deprecated and should not be used in new code. See Creating Indexes.

Parameters

Author

MongoDB, Inc

Info

Jan 19, 2023 1.23.2 libmongoc