Class FindOneAndDeleteOptions<TDocument, TProjection>
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
Comment
Gets or sets the comment.
public BsonValue Comment { get; set; }
Property Value
Hint
Gets or sets the hint.
public BsonValue Hint { get; set; }
Property Value
Let
Gets or sets the let document.
public BsonDocument Let { get; set; }
Property Value
MaxTime
Gets or sets the maximum time.
public TimeSpan? MaxTime { get; set; }
Property Value
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>