1MONGOC_GRIDFS_FILE_TELL(3) libmongoc MONGOC_GRIDFS_FILE_TELL(3)
23
4
NAME
6mongoc_gridfs_file_tell - mongoc_gridfs_file_tell()
7
SYNOPSIS
9uint64_t
10mongoc_gridfs_file_tell (mongoc_gridfs_file_t *file);
11
PARAMETERS
13• file: A mongoc_gridfs_file_t.
14
DESCRIPTION
16This function returns the current position indicator within file.
17
RETURNS
19Returns a file position as an unsigned 64-bit integer.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.23.1 Oct 20, 2022 MONGOC_GRIDFS_FILE_TELL(3)