maxBsonObjectSize property

int maxBsonObjectSize
getter/setter pair

The maximum permitted size of a BSON object in bytes for this mongod process. If not provided, clients should assume a max size of "16 * 1024 * 1024".

Implementation

int maxBsonObjectSize;