Table of Contents

Class UpdateOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for updating a single document.

public sealed class UpdateOptions
Inheritance
UpdateOptions
Inherited Members

Properties

ArrayFilters

Gets or sets the array filters.

public IEnumerable<ArrayFilterDefinition> ArrayFilters { get; set; }

Property Value

IEnumerable<ArrayFilterDefinition>

The array filters.

BypassDocumentValidation

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

public bool? BypassDocumentValidation { get; set; }

Property Value

bool?

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

Hint

Gets or sets the hint.

public BsonValue Hint { get; set; }

Property Value

BsonValue

IsUpsert

Gets or sets a value indicating whether to insert the document if it doesn't already exist.

public bool IsUpsert { get; set; }

Property Value

bool

Let

Gets or sets the let document.

public BsonDocument Let { get; set; }

Property Value

BsonDocument