Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Properties
Config Property
Count Property
Item Property
Name Property
Path Property
Database
Item Property
Gets a
DocumentFragment
with the given document ID
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
public
DocumentFragment
this
[
string
id
] {
get
; }
Parameters
id
Type:
System
String
The ID of the
DocumentFragment
to retrieve
Return Value
Type:
DocumentFragment
The
DocumentFragment
object
See Also
Reference
Database Class
Couchbase.Lite Namespace