MongoRepositoryManager(T, TKey).GetTotalStorageSize Method

MongoRepository

MongoRepositoryManagerT, TKeyGetTotalStorageSize Method

Note: This API is now obsolete.

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
[ObsoleteAttribute("This method will be removed in the next version of the driver")]
public virtual long GetTotalStorageSize()
<ObsoleteAttribute("This method will be removed in the next version of the driver")>
Public Overridable Function GetTotalStorageSize As Long
public:
[ObsoleteAttribute(L"This method will be removed in the next version of the driver")]
virtual long long GetTotalStorageSize()
[<ObsoleteAttribute("This method will be removed in the next version of the driver")>]
abstract GetTotalStorageSize : unit -> int64 
[<ObsoleteAttribute("This method will be removed in the next version of the driver")>]
override GetTotalStorageSize : unit -> int64 

Return Value

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

Implements

IRepositoryManagerT, TKeyGetTotalStorageSize
See Also