Click or drag to resize

SavedRevisionProperties Property

The contents of this revision of the document.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public override IDictionary<string, Object> Properties { get; }

Return Value

Type: IDictionaryString, Object
contents of this revision of the document.
Remarks
The contents of this revision of the document. Any keys in the dictionary that begin with "_", such as "_id" and "_rev", contain CouchbaseLite metadata.
See Also