Table of Contents

Class RetryableUpdateCommandOperation

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents an update command operation.

public class RetryableUpdateCommandOperation : RetryableWriteCommandOperationBase, IWriteOperation<BsonDocument>, IRetryableWriteOperation<BsonDocument>, IExecutableInRetryableWriteContext<BsonDocument>
Inheritance
RetryableUpdateCommandOperation
Implements
Inherited Members
Extension Methods

Constructors

RetryableUpdateCommandOperation(CollectionNamespace, BatchableSource<UpdateRequest>, MessageEncoderSettings)

Initializes a new instance of the RetryableUpdateCommandOperation class.

Properties

BypassDocumentValidation

Gets or sets a value indicating whether to bypass document validation.

CollectionNamespace

Gets the collection namespace.

Let

Gets or sets the let document.

Updates

Gets the updates.

Methods

CreateCommand(ICoreSessionHandle, int, long?)

Creates the command.

CreateCommandPayloads(IChannelHandle, int)

Creates the command payloads.