DocumentProperties Property |
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax Remarks
The contents of the current revision of the document.
This is shorthand for self.currentRevision.properties.
Any keys in the dictionary that begin with "_", such as "_id" and "_rev",
contain CouchbaseLite metadata.
See Also