Click or drag to resize

RetryableUpdateCommandOperation Class

Represents an update command operation.
Inheritance Hierarchy

Namespace:  MongoDB.Driver.Core.Operations
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public class RetryableUpdateCommandOperation : RetryableWriteCommandOperationBase

The RetryableUpdateCommandOperation type exposes the following members.

Constructors
  NameDescription
Public methodRetryableUpdateCommandOperation
Initializes a new instance of the RetryableUpdateCommandOperation class.
Top
Properties
  NameDescription
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyComment
Gets or sets the comment.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyDatabaseNamespace
Gets the database namespace.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyIsOrdered
Gets or sets a value indicating whether the server should process the requests in order.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyLet
Gets or sets the let document.
Public propertyMaxBatchCount
Gets or sets the maximum batch count.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyMessageEncoderSettings
Gets the message encoder settings.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyRetryRequested
Gets or sets a value indicating whether retry is enabled for the operation.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyUpdates
Gets the updates.
Public propertyWriteConcern
Gets or sets the write concern.
(Inherited from RetryableWriteCommandOperationBase.)
Top
Methods
  NameDescription
Protected methodCreateCommand
Creates the command.
(Overrides RetryableWriteCommandOperationBaseCreateCommand(ICoreSessionHandle, Int32, NullableInt64).)
Protected methodCreateCommandPayloads
Creates the command payloads.
(Overrides RetryableWriteCommandOperationBaseCreateCommandPayloads(IChannelHandle, Int32).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExecute(IWriteBinding, CancellationToken)
Executes the operation.
(Inherited from RetryableWriteCommandOperationBase.)
Public methodExecute(RetryableWriteContext, CancellationToken)
Executes the first attempt.
(Inherited from RetryableWriteCommandOperationBase.)
Public methodExecuteAsync(IWriteBinding, CancellationToken)
Executes the operation.
(Inherited from RetryableWriteCommandOperationBase.)
Public methodExecuteAsync(RetryableWriteContext, CancellationToken)
Executes the first attempt.
(Inherited from RetryableWriteCommandOperationBase.)
Public methodExecuteAttempt
Executes the first attempt.
(Inherited from RetryableWriteCommandOperationBase.)
Public methodExecuteAttemptAsync
Executes the first attempt.
(Inherited from RetryableWriteCommandOperationBase.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(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