Class CountOptions
Options for a count operation.
public sealed class CountOptions
- Inheritance
-
CountOptions
- 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
Limit
Gets or sets the limit.
public long? Limit { get; set; }
Property Value
- long?
MaxTime
Gets or sets the maximum time.
public TimeSpan? MaxTime { get; set; }
Property Value
Skip
Gets or sets the skip.
public long? Skip { get; set; }
Property Value
- long?