Click or drag to resize

DatabaseCompact Method

Performs a manual compaction of this database, removing old irrelevant data and decreasing the size of the database file on disk

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public void Compact()
See Also