1MONGOC_COLLECTION_GET_NAME(3) libmongoc MONGOC_COLLECTION_GET_NAME(3)
23
4
NAME
6mongoc_collection_get_name - mongoc_collection_get_name()
7
SYNOPSIS
9const char *
10mongoc_collection_get_name (mongoc_collection_t *collection);
11
PARAMETERS
13• collection: A mongoc_collection_t.
14
DESCRIPTION
16Fetches the name of collection.
17
RETURNS
19A string which should not be modified or freed.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.21.1 Mar 02, 2022 MONGOC_COLLECTION_GET_NAME(3)