MONGOC_COLLECTION_COMMAND(3) | MongoDB C Driver | MONGOC_COLLECTION_COMMAND(3) |
mongoc_collection_command - mongoc_collection_command()
mongoc_cursor_t * mongoc_collection_command (mongoc_collection_t *collection,
mongoc_query_flags_t flags,
uint32_t skip,
uint32_t limit,
uint32_t batch_size,
const bson_t *command,
const bson_t *fields,
const mongoc_read_prefs_t *read_prefs)
BSON_GNUC_WARN_UNUSED_RESULT;
This function is superseded by mongoc_collection_command_with_opts(), mongoc_collection_read_command_with_opts(), mongoc_collection_write_command_with_opts(), and mongoc_collection_read_write_command_with_opts().
A mongoc_cursor_t.
The cursor should be freed with mongoc_cursor_destroy().
MongoDB, Inc
2017-present, MongoDB, Inc
February 23, 2019 | 1.14.0 |