Property OplogReplay
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
OplogReplay
Gets a value indicating whether the OplogReplay bit will be set.
[Obsolete("OplogReplay is ignored by server versions 4.4.0 and newer.")]
public bool OplogReplay { get; }
Property Value
- bool
true
if the OplogReplay bit will be set; otherwise,false
.