Table of Contents

Class FindOneAndDeleteOptions<TDocument, TProjection>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Options for a findAndModify command to delete an object.

public class FindOneAndDeleteOptions<TDocument, TProjection>

Type Parameters

TDocument

The type of the document.

TProjection

The type of the projection (same as TDocument if there is no projection).

Inheritance
FindOneAndDeleteOptions<TDocument, TProjection>
Derived
Inherited Members

Properties

Collation

Gets or sets the collation.

public Collation Collation { get; set; }

Property Value

Collation

Comment

Gets or sets the comment.

public BsonValue Comment { get; set; }

Property Value

BsonValue

Hint

Gets or sets the hint.

public BsonValue Hint { get; set; }

Property Value

BsonValue

Let

Gets or sets the let document.

public BsonDocument Let { get; set; }

Property Value

BsonDocument

MaxTime

Gets or sets the maximum time.

public TimeSpan? MaxTime { get; set; }

Property Value

TimeSpan?

Projection

Gets or sets the projection.

public ProjectionDefinition<TDocument, TProjection> Projection { get; set; }

Property Value

ProjectionDefinition<TDocument, TProjection>

Sort

Gets or sets the sort.

public SortDefinition<TDocument> Sort { get; set; }

Property Value

SortDefinition<TDocument>