FireDAC.Phys.MongoDBWrapper.TMongoWriteConcern.Timeout
Delphi
property Timeout: Integer read GetTimeout write SetTimeout;
C++
__property int Timeout = {read=GetTimeout, write=SetTimeout, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp | FireDAC.Phys.MongoDBWrapper | TMongoWriteConcern | 
Description
Gets or sets the write operation timeout (in milliseconds).
This timeout defines how long a MongoDB client will wait for the write operation to succeed before throwing an error.
Note: This property is not the same as the socket timeout.