Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

const bson_t *

Author

       MongoDB, Inc

Description

       Fetches the aliases associated with a gridfs file.

Parameters

file: A mongoc_gridfs_file_t.

Returns

       Returns a bson_t that should not be modified or freed.

Synopsis

          const bson_t *
          mongoc_gridfs_file_get_aliases (mongoc_gridfs_file_t *file);

See Also