Table of Contents

Class FindAndModifyArgs

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

Represents options for the FindAndModify command.

public class FindAndModifyArgs
Inheritance
FindAndModifyArgs
Inherited Members
Extension Methods

Properties

BypassDocumentValidation

Gets or sets a value indicating whether to bypass document validation.

Collation

Gets or sets the collation.

Fields

Gets or sets the fields specification.

MaxTime

Gets or sets the max time.

Query

Gets or sets the query.

SortBy

Gets or sets the sort specification.

Update

Gets or sets the update specification.

Upsert

Gets or sets a value indicating whether FindAndModify should upsert.

VersionReturned

Gets or sets the version of the document returned.