FireDAC.Phys.MongoDBWrapper.TMongoConnection.max_bson_size

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property max_bson_size: Integer read Getmax_bson_size;

C++

__property int max_bson_size = {read=Getmax_bson_size, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoConnection

Description

Maximum size that the MongoDB server allows for a single BSON document, in bytes.

See Also