| | Name | Description |
|---|
 | Count |
Get document count using property on collection.
|
 | Count(BsonExpression) |
Count documents matching a query. This method does not deserialize any document. Needs indexes on query expression
|
 | Count(ExpressionFuncT, Boolean) |
Count documents matching a query. This method does not deserialize any documents. Needs indexes on query expression
|
 | Count(Query) |
Count documents matching a query. This method does not deserialize any documents. Needs indexes on query expression
|
 | Count(String, BsonDocument) |
Count documents matching a query. This method does not deserialize any document. Needs indexes on query expression
|
 | Count(String, BsonValue) |
Count documents matching a query. This method does not deserialize any document. Needs indexes on query expression
|