Table of Contents

Class ReplaceOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for replacing a single document.

public sealed class ReplaceOptions
Inheritance
ReplaceOptions
Inherited Members

Properties

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