Class CountOptions
- Namespace
- MongoDB.Driver
- Assembly
- MongoDB.Driver.dll
public sealed class CountOptions
- Inheritance
-
CountOptions
- Inherited Members
-
Constructors
CountOptions()
Properties
Collation
public Collation Collation { get; set; }
Property Value
- Collation
Hint
public BsonValue Hint { get; set; }
Property Value
- BsonValue
Limit
public long? Limit { get; set; }
Property Value
- long?
MaxTime
public TimeSpan? MaxTime { get; set; }
Property Value
- TimeSpan?
Skip
public long? Skip { get; set; }
Property Value
- long?