Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
ReadOnlyDocument Class
ReadOnlyDocument Properties
Count Property
Database Property
Id Property
IsDeleted Property
Item Property
Keys Property
Sequence Property
ReadOnlyDocument
Keys Property
Gets all the keys present in this document
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
Copy
public
ICollection
<
string
>
Keys
{
get
; }
Property Value
Type:
ICollection
String
Implements
IReadOnlyDictionary
Keys
See Also
Reference
ReadOnlyDocument Class
Couchbase.Lite Namespace