Click or drag to resize

DatabaseGetDocumentCount Method

Gets the number of Document in the Database.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public int GetDocumentCount()

Return Value

Type: Int32
The document count.
See Also