Class InsertRequest
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
Represents a request to insert a document.
- Inheritance
-
Insert
Request
- Inherited Members
Constructors
- Insert
Request(Bson Document) Initializes a new instance of the Insert
Request class.
Properties
- Document
Gets or sets the document.
Methods
- Is
Retryable(Connection Description) Determines whether the request is retryable on a given connection.