MongoCollectionBase<TDocument>.CountDocuments Method |
Name | Description | |
---|---|---|
![]() | CountDocuments(FilterDefinition<TDocument>, CountOptions, CancellationToken) |
Counts the number of documents in the collection.
For a fast estimate of the total documents in a collection see EstimatedDocumentCount(EstimatedDocumentCountOptions, CancellationToken).
|
![]() | CountDocuments(IClientSessionHandle, FilterDefinition<TDocument>, CountOptions, CancellationToken) |
Counts the number of documents in the collection.
For a fast estimate of the total documents in a collection see EstimatedDocumentCount(EstimatedDocumentCountOptions, CancellationToken).
|