Table of Contents

Property NonAtomicOutput

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

NonAtomicOutput

Gets or sets a value indicating whether the server should not lock the database for merge and reduce output modes.

[Obsolete("NonAtomicOutput is rejected by server versions 4.4.0 and newer.")]
public bool? NonAtomicOutput { get; set; }

Property Value

bool?

true if the server should not lock the database for merge and reduce output modes; otherwise, false.