CountArgs Class |
Namespace: MongoDB.Driver
The CountArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |