mongoc_client_get_max_bson_size (3) Linux Manual Page
mongoc_client_get_max_bson_size() – None
Synopsis
int32_tThe mongoc_client_get_max_bson_size(3) returns the maximum bson document size allowed by the cluster. Until a connection has been made, this will be the default of 16Mb.
mongoc_client_get_max_bson_size (mongoc_client_t *client);
Deprecated
NOTE- This function is deprecated and should not be used in new code.
Parameters
- client
- A mongoc_client_t \&.
