1MONGOC_GRIDFS_FILE_GET_LENGTH(3) libmongoc MONGOC_GRIDFS_FILE_GET_LENGTH(3)
23
4
NAME
6mongoc_gridfs_file_get_length - mongoc_gridfs_file_get_length()
7
SYNOPSIS
9int64_t
10mongoc_gridfs_file_get_length (mongoc_gridfs_file_t *file);
11
PARAMETERS
13• file: A mongoc_gridfs_file_t.
14
DESCRIPTION
16Fetches the length of the gridfs file in bytes.
17
RETURNS
19A 64-bit signed integer.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.20.0 Nov 18, 2021 MONGOC_GRIDFS_FILE_GET_LENGTH(3)