Click or drag to resize

SavedRevisionPropertiesAvailable Property

Gets whether the Revision's properties are available. Older, ancestor, Revisions are not guaranteed to have their properties available.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool PropertiesAvailable { get; }

Property Value

Type: Boolean
true if properties available; otherwise, false.
See Also