Table of Contents

Class DeleteRequest

Namespace
MongoDB.Driver.Core.Operations
Assembly
MongoDB.Driver.Core.dll

Represents a request to delete one or more documents.

public sealed class DeleteRequest : WriteRequest
Inheritance
DeleteRequest
Inherited Members

Constructors

DeleteRequest(BsonDocument)

Initializes a new instance of the DeleteRequest class.

Properties

Collation

Gets or sets the collation.

Filter

Gets or sets the filter.

Hint

Gets or sets the hint.

Limit

Gets or sets a limit on the number of documents that should be deleted.

Methods

IsRetryable(ConnectionDescription)

Determines whether the request is retryable on a given connection.