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