| FindOneAndUpdateOperationTResult Properties |
The FindOneAndUpdateOperationTResult generic type exposes the following members.
| Name | Description | |
|---|---|---|
| CollectionNamespace |
Gets the collection namespace.
(Inherited from FindAndModifyOperationBaseTResult.) | |
| Filter |
Gets the filter.
| |
| IsUpsert |
Gets a value indicating whether a document should be inserted if no matching document is found.
| |
| MaxTime |
Gets or sets the maximum time the server should spend on this operation.
| |
| MessageEncoderSettings |
Gets the message encoder settings.
(Inherited from FindAndModifyOperationBaseTResult.) | |
| Projection |
Gets or sets the projection.
| |
| ResultSerializer |
Gets the result serializer.
(Inherited from FindAndModifyOperationBaseTResult.) | |
| ReturnDocument |
Gets or sets which version of the modified document to return.
| |
| Sort |
Gets or sets the sort specification.
| |
| Update |
Gets or sets the update specification.
|