Class WriteRequest
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a request to write something to the database.
[Serializable]
public abstract class WriteRequest
- Inheritance
-
WriteRequest
- Derived
- Inherited Members
Constructors
- WriteRequest(WriteRequestType)
Initializes a new instance of the WriteRequest class.
Properties
- CorrelationId
Gets or sets the correlation identifier.
- RequestType
Gets the request type.
Methods
- IsRetryable(ConnectionDescription)
Determines whether the request is retryable on a given connection.