Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Document Class
Document Properties
Count Property
Database Property
Id Property
IsDeleted Property
Item Property
Keys Property
Sequence Property
Document
Count Property
Gets the number of elements in the collection.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0469
Syntax
C#
Copy
public
int
Count
{
get
; }
Return Value
Type:
Int32
The number of elements in the collection.
Implements
IReadOnlyCollection
T
Count
See Also
Reference
Document Class
Couchbase.Lite Namespace