FireDAC.Phys.MongoDBWrapper.TMongoConnection.max_message_size

From RAD Studio API Documentation
Jump to: navigation, search


Delphi

property max_message_size: Integer read Getmax_message_size;

C++

__property int max_message_size = {read=Getmax_message_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 client requests, in bytes.

See Also