Property AllowDiskUse
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
AllowDiskUse
Gets or sets a value indicating whether the server is allowed to write to disk while executing the Find operation.
public bool? AllowDiskUse { get; set; }
Property Value
- bool?
true
if the server is allowed to write to disk while executing the Find operation; otherwise,false
.