Property AllowPartialResults
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
AllowPartialResults
Gets or sets a value indicating whether the server is allowed to return partial results if any shards are unavailable.
public bool? AllowPartialResults { get; set; }
Property Value
- bool?
true
if the server is allowed to return partial results if any shards are unavailable; otherwise,false
.