SYNOPSIS

const char *
mongoc_collection_get_name (mongoc_collection_t *collection);

DESCRIPTION

The mongoc_collection_get_name() function shall return the name of the collection as used to create the mongoc_collection_t instance.

RETURN VALUE

The mongoc_collection_get_name() function returns a string which should not be modified or freed.

AUTHORS

This page was written by MongoDB Inc.