Class RetryableDeleteCommandOperation
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a delete command operation.
public class RetryableDeleteCommandOperation : RetryableWriteCommandOperationBase, IWriteOperation<BsonDocument>, IRetryableWriteOperation<BsonDocument>, IExecutableInRetryableWriteContext<BsonDocument>
- Inheritance
-
RetryableDeleteCommandOperation
- Implements
- Inherited Members
- Extension Methods
Constructors
- RetryableDeleteCommandOperation(CollectionNamespace, BatchableSource<DeleteRequest>, MessageEncoderSettings)
Initializes a new instance of the RetryableDeleteCommandOperation class.
Properties
- CollectionNamespace
Gets the collection namespace.
- Deletes
Gets the deletes.
- Let
Gets or sets the let document.
Methods
- CreateCommand(ICoreSessionHandle, int, long?)
Creates the command.
- CreateCommandPayloads(IChannelHandle, int)
Creates the command payloads.