Table of Contents

Class UpdateOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll
public sealed class UpdateOptions
Inheritance
UpdateOptions
Inherited Members

Constructors

UpdateOptions()

public UpdateOptions()

Properties

BypassDocumentValidation

public bool? BypassDocumentValidation { get; set; }

Property Value

bool?

Collation

public Collation Collation { get; set; }

Property Value

Collation

IsUpsert

public bool IsUpsert { get; set; }

Property Value

bool