Property ShardedOutput
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
ShardedOutput
Gets or sets a value indicating whether the output collection should be sharded.
[Obsolete("ShardedOutput is rejected by server versions 4.4.0 and newer.")]
public bool? ShardedOutput { get; set; }
Property Value
- bool?
true
if the output collection should be sharded; otherwise,false
.