Table of Contents

Class CountArgs

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

Represents arguments for the Count command helper method.

public class CountArgs
Inheritance
CountArgs
Inherited Members
Extension Methods

Properties

Collation

Gets or sets the collation.

Hint

Gets or sets the hint.

Limit

Gets or sets the maximum number of matching documents to count.

MaxTime

Gets or sets the max time.

Query

Gets or sets the query.

ReadPreference

Gets or sets the read preference.

Skip

Gets or sets the number of matching documents to skip before starting to count matching documents.