DatabaseGetTotalDataSize Method |
Gets the total size of the database on the filesystem.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public long GetTotalDataSize()
Return Value
Type:
Int64The total size of the database on the filesystem.
See Also