Click or drag to resize

MapReduceArgsOutputIsNonAtomic Property

Note: This API is now obsolete.

Gets or sets a value indicating whether Merge and Reduce output should not be atomic.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
[ObsoleteAttribute("OutputIsNonAtomic is rejected by server versions 4.4.0 and newer.")]
public Nullable<bool> OutputIsNonAtomic { get; set; }

Property Value

Type: NullableBoolean
See Also