IRepositoryManager(T, TKey).GetStats Method

MongoRepository

IRepositoryManagerT, TKeyGetStats Method
Gets stats for this repository.

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
CollectionStatsResult GetStats()
Function GetStats As CollectionStatsResult
CollectionStatsResult^ GetStats()
abstract GetStats : unit -> CollectionStatsResult 

Return Value

Type: CollectionStatsResult
Returns a CollectionStatsResult.
Remarks
You will need to reference MongoDb.Driver.
See Also