Class FindAndRemoveArgs
Represents options for the FindAndRemove command.
public class FindAndRemoveArgs
- Inheritance
-
FindAndRemoveArgs
- Inherited Members
- Extension Methods
Properties
Collation
Gets or sets the collation.
public Collation Collation { get; set; }
Property Value
Fields
Gets or sets the fields specification.
public IMongoFields Fields { get; set; }
Property Value
MaxTime
Gets or sets the max time.
public TimeSpan? MaxTime { get; set; }
Property Value
Query
Gets or sets the query.
public IMongoQuery Query { get; set; }
Property Value
SortBy
Gets or sets the sort specification.
public IMongoSortBy SortBy { get; set; }