Click or drag to resize

UpdateRequest Properties

The UpdateRequest type exposes the following members.

Properties
  NameDescription
Public propertyArrayFilters
Gets or sets the array filters.
Public propertyCollation
Gets or sets the collation.
Public propertyCorrelationId
Gets or sets the correlation identifier.
(Inherited from WriteRequest.)
Public propertyFilter
Gets the filter.
Public propertyIsMulti
Gets or sets a value indicating whether this update should affect all matching documents.
Public propertyIsUpsert
Gets or sets a value indicating whether a document should be inserted if no matching document is found.
Public propertyRequestType
Gets the request type.
(Inherited from WriteRequest.)
Public propertyUpdate
Gets the update specification.
Public propertyUpdateType
Gets the update type.
Top
See Also