Table of Contents

Enum FindAndModifyDocumentVersion

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents a version of a document (original or modified).

public enum FindAndModifyDocumentVersion
Extension Methods

Fields

Original = 0

The original version of the document.

Modified = 1

The modified version of the document.