Table of Contents

Class CountOptions

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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

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

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

TimeSpan?

Skip

Gets or sets the skip.

public long? Skip { get; set; }

Property Value

long?