Click or drag to resize

RetryableInsertCommandOperationTDocument Properties

The RetryableInsertCommandOperationTDocument generic type exposes the following members.

Properties
  NameDescription
Public propertyBypassDocumentValidation
Gets or sets a value indicating whether to bypass document validation.
Public propertyCollectionNamespace
Gets the collection namespace.
Public propertyDatabaseNamespace
Gets the database namespace.
(Inherited from RetryableWriteCommandOperationBase.)
Public propertyDocuments
Gets the documents.
Public propertyDocumentSerializer
Gets the document serializer.
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