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
Item Property
Accesses JSON paths in the document to get their values
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
Copy
public
ReadOnlyFragment
this
[
string
key
] {
get
; }
Parameters
key
Type:
System
String
The key to create the fragment from
Property Value
Type:
ReadOnlyFragment
Implements
IReadOnlyDictionaryFragment
Item
String
See Also
Reference
ReadOnlyDocument Class
Couchbase.Lite Namespace