Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDatabase Interface
IDatabase Properties
ConflictResolver Property
Item Property
Name Property
Options Property
Path Property
IDatabase
Item Property
Bracket operator for retrieving
IDocument
s
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
IDocument
this
[
string
id
] {
get
; }
Parameters
id
Type:
System
String
The ID of the
IDocument
to retrieve
Return Value
Type:
IDocument
The instantiated
IDocument
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDatabase Interface
Couchbase.Lite Namespace