Click or drag to resize

RevisionProperties Property

Gets the properties of the Revision.

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

Property Value

Type: IDictionaryString, Object
The properties of the Revision.
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