IRepositoryManager(T, TKey).GetTotalDataSize Method

MongoRepository

IRepositoryManagerT, TKeyGetTotalDataSize Method
Gets the total size for the repository (data + indexes).

Namespace: MongoRepository
Assembly: MongoRepository.Net45 (in MongoRepository.Net45.dll) Version: 1.6.11.0 (1.6.11.0)
Syntax
long GetTotalDataSize()
Function GetTotalDataSize As Long
long long GetTotalDataSize()
abstract GetTotalDataSize : unit -> int64 

Return Value

Type: Int64
Returns total size for the repository (data + indexes).
See Also