Class UpdateOptions
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
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
Hint
Gets or sets the hint.
public BsonValue Hint { get; set; }
Property Value
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
Let
Gets or sets the let document.
public BsonDocument Let { get; set; }