Table of Contents

Class MongoUpdateOptions

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

Represents the options to use for an Update operation.

public class MongoUpdateOptions
Inheritance
MongoUpdateOptions
Inherited Members
Extension Methods

Constructors

MongoUpdateOptions()

Initializes a new instance of the MongoUpdateOptions class.

MongoUpdateOptions(MongoCollection)

Initializes a new instance of the MongoUpdateOptions class.

Properties

BypassDocumentValidation

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

Collation

Gets or sets the collation.

Flags

Gets or sets the update flags.

WriteConcern

Gets or sets the WriteConcern to use for the Update.