Click or drag to resize

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
C#
public long GetTotalDataSize()

Return Value

Type: Int64
The total size of the database on the filesystem.
See Also