FireDAC.Phys.MongoDBWrapper.TMongoConnection.max_bson_size

提供: RAD Studio API Documentation
移動先: 案内検索


Delphi

property max_bson_size: Integer read Getmax_bson_size;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoConnection


説明

MongoDB サーバーが 1 つの BSON ドキュメントに許容する最大サイズ(バイト)。

関連項目