FireDAC.Phys.MongoDBWrapper.TMongoPipeline.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 initial batch size for the cursor.

Use this proprty to specify the initial batch size for the cursor.

Note: This property is used with the UseCursor property.

See Also