FireDAC.Phys.MongoDBWrapper.TMongoConnection.max_bson_size

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche


Delphi

property max_bson_size: Integer read Getmax_bson_size;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoConnection


Beschreibung

Maximale Größe in Bytes, die der MongoDB-Server für ein einzelnes BSON-Dokument zulässt.

Siehe auch