Click or drag to resize

RetryableDeleteCommandOperation Properties

The RetryableDeleteCommandOperation type exposes the following members.

Properties
  NameDescription
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyDatabaseNamespace
Gets the database namespace.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyDeletes
Gets the deletes.
Public propertyIsOrdered
Gets or sets a value indicating whether the server should process the requests in order.
(Inherited from RetryableWriteCommandOperationBase.)
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 propertyWriteConcern
Gets or sets the write concern.
(Inherited from RetryableWriteCommandOperationBase.)
Top
See Also