Class BulkWriteUpdateOneModel
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Represents update one operation in the scope of BulkWrite operation.
public sealed class BulkWriteUpdateOneModel<TDocument> : BulkWriteModelType Parameters
TDocument
The type of the document.
Inheritance
BulkWriteUpdateOneModel
Inherited Members
Constructors
Initializes a new instance of the BulkWriteUpdateOneModel class.
Initializes a new instance of the BulkWriteUpdateOneModel class.
Initializes a new instance of the BulkWriteUpdateOneModel class.
Initializes a new instance of the BulkWriteUpdateOneModel class.
Properties
A set of filters specifying to which array elements an update should apply.
Specifies a collation.
The filter to apply.
The index to use.
Indicating whether to insert the document if it doesn't already exist.
The sort definition to use.
Update definition.