Click or drag to resize
QueryMessageOplogReplay Property
Gets a value indicating whether the OplogReplay bit will be set.

Namespace: MongoDB.Driver.Core.WireProtocol.Messages
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public bool OplogReplay { get; }

Property Value

Type: Boolean
true if the OplogReplay bit will be set; otherwise, false.
See Also