Click or drag to resize

FindOneAndUpdateOperationTResult Class

Represents a find one and update operation.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.OperationsFindAndModifyOperationBaseTResult
    MongoDB.Driver.Core.OperationsFindOneAndUpdateOperationTResult

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
public class FindOneAndUpdateOperation<TResult> : FindAndModifyOperationBase<TResult>

Type Parameters

TResult
The type of the result.

The FindOneAndUpdateOperationTResult type exposes the following members.

Constructors
  NameDescription
Public methodFindOneAndUpdateOperationTResult
Initializes a new instance of the FindOneAndUpdateOperationTResult class.
Top
Properties
  NameDescription
Public propertyArrayFilters
Gets or sets the array filters.
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
Public propertyCollation
Gets or sets the collation.
(Inherited from FindAndModifyOperationBaseTResult.)
Public propertyCollectionNamespace
Gets the collection namespace.
(Inherited from FindAndModifyOperationBaseTResult.)
Public propertyFilter
Gets the filter.
Public propertyIsUpsert
Gets a value indicating whether a document should be inserted if no matching document is found.
Public propertyMaxTime
Gets or sets the maximum time the server should spend on this operation.
Public propertyMessageEncoderSettings
Gets the message encoder settings.
(Inherited from FindAndModifyOperationBaseTResult.)
Public propertyProjection
Gets or sets the projection.
Public propertyResultSerializer
Gets the result serializer.
(Inherited from FindAndModifyOperationBaseTResult.)
Public propertyRetryRequested
Gets or sets whether the operation can be retried.
(Inherited from FindAndModifyOperationBaseTResult.)
Public propertyReturnDocument
Gets or sets which version of the modified document to return.
Public propertySort
Gets or sets the sort specification.
Public propertyUpdate
Gets or sets the update specification.
Public propertyWriteConcern
Gets or sets the write concern.
(Inherited from FindAndModifyOperationBaseTResult.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecute(IWriteBinding, CancellationToken)
Executes the operation.
(Inherited from FindAndModifyOperationBaseTResult.)
Public methodExecute(RetryableWriteContext, CancellationToken)
Executes the first attempt.
(Inherited from FindAndModifyOperationBaseTResult.)
Public methodExecuteAsync(IWriteBinding, CancellationToken)
Executes the operation.
(Inherited from FindAndModifyOperationBaseTResult.)
Public methodExecuteAsync(RetryableWriteContext, CancellationToken)
Executes the first attempt.
(Inherited from FindAndModifyOperationBaseTResult.)
Public methodExecuteAttempt
Executes the first attempt.
(Inherited from FindAndModifyOperationBaseTResult.)
Public methodExecuteAttemptAsync
Executes the first attempt.
(Inherited from FindAndModifyOperationBaseTResult.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetCommandValidator
Gets the command validator.
(Overrides FindAndModifyOperationBaseTResultGetCommandValidator.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also