Click or drag to resize

DatabaseTotalDataSize Property

Note: This API is now obsolete.

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#
[ObsoleteAttribute("This property is heavy and will be converted to a method")]
public long TotalDataSize { get; }

Property Value

Type: Int64
See Also