FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.MaxTimeMS

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MaxTimeMS: Integer read FMaxTimeMS write FMaxTimeMS default 0;

C++

__property int MaxTimeMS = {read=FMaxTimeMS, write=FMaxTimeMS, default=0};

Properties

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

Description

Specifies a cumulative time limit in milliseconds for processing operations on the cursor.

For more information, see MongoDB Documentation.

See Also