IRepositoryManager(T, TKey).GetTotalStorageSize Method

MongoRepository

IRepositoryManagerT, TKeyGetTotalStorageSize Method
Gets the total storage 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 GetTotalStorageSize()
Function GetTotalStorageSize As Long
long long GetTotalStorageSize()
abstract GetTotalStorageSize : unit -> int64 

Return Value

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