| IMongoCollectionTDocumentCountDocumentsAsync Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | CountDocumentsAsync(FilterDefinitionTDocument, CountOptions, CancellationToken) | 
            Counts the number of documents in the collection.
            For a fast estimate of the total documents in a collection see .
             | 
|  | CountDocumentsAsync(IClientSessionHandle, FilterDefinitionTDocument, CountOptions, CancellationToken) | 
            Counts the number of documents in the collection.
            For a fast estimate of the total documents in a collection see EstimatedDocumentCountAsync(EstimatedDocumentCountOptions, CancellationToken).
             | 
 See Also
See Also