Table of Contents

Property OplogReplay

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

OplogReplay

Gets or sets 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; set; }

Property Value

bool?

true if the OplogReplay bit will be set; otherwise, false.