1MONGOC_GRIDFS_FILE_SET_ALIASES(3) libmongoc MONGOC_GRIDFS_FILE_SET_ALIASES(3)
2
3
4
6 mongoc_gridfs_file_set_aliases - mongoc_gridfs_file_set_aliases()
7
9 void
10 mongoc_gridfs_file_set_aliases (mongoc_gridfs_file_t *file, const bson_t *bson);
11
13 • file: A mongoc_gridfs_file_t.
14
15 • bson: A bson_t containing the aliases.
16
18 Sets the aliases for a gridfs file.
19
20 You need to call mongoc_gridfs_file_save() to persist this change.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.24.3 Aug 17, 2023MONGOC_GRIDFS_FILE_SET_ALIASES(3)