FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOptions.AllowDiskUse
Delphi
property AllowDiskUse: Boolean read FAllowDiskUse write FAllowDiskUse default False;
C++
__property bool AllowDiskUse = {read=FAllowDiskUse, write=FAllowDiskUse, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TOptions |
Description
Specifies whether to enable writing data to temporary files.
To handle large datasets, set the AllowDiskUse propertye to True to enable writing data to temporary files.