MongoRepository documentation
MongoRepositoryManagerT, TKeyGetTotalDataSize Method |
Note: This API is now obsolete.
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
[ObsoleteAttribute("This method will be removed in the next version of the driver")] public virtual long GetTotalDataSize()
<ObsoleteAttribute("This method will be removed in the next version of the driver")> Public Overridable Function GetTotalDataSize As Long
public: [ObsoleteAttribute(L"This method will be removed in the next version of the driver")] virtual long long GetTotalDataSize()
[<ObsoleteAttribute("This method will be removed in the next version of the driver")>] abstract GetTotalDataSize : unit -> int64 [<ObsoleteAttribute("This method will be removed in the next version of the driver")>] override GetTotalDataSize : unit -> int64
Return Value
Type: Int64Returns total size for the repository (data + indexes).
Implements
IRepositoryManagerT, TKeyGetTotalDataSizeSee Also