FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.BatchSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BatchSize: Integer read FBatchSize write FBatchSize default 0;

C++

__property int BatchSize = {read=FBatchSize, write=FBatchSize, default=0};

Properties

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

Description

Specifies the number of documents to return in each batch of the response from the MongoDB instance.

For more information about the batch size, see cursor.batchSize() in MongoDB documentation.

See Also