1MONGOC_GRIDFS_FILE_GET_CHUNK_SIZE(3)libmongoMcONGOC_GRIDFS_FILE_GET_CHUNK_SIZE(3)
23
4
NAME
6mongoc_gridfs_file_get_chunk_size - mongoc_gridfs_file_get_chunk_size()
7
SYNOPSIS
9int32_t
10mongoc_gridfs_file_get_chunk_size (mongoc_gridfs_file_t *file);
11
PARAMETERS
13ยท file: A mongoc_gridfs_file_t.
14
DESCRIPTION
16Fetches the chunk size used with the underlying gridfs file.
17
RETURNS
19A signed 32-bit integer.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.17.4 Feb 04, 20M2O1NGOC_GRIDFS_FILE_GET_CHUNK_SIZE(3)