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 public bool PropertiesAvailable { get; }
Property Value
Type:
Booleantrue if properties available; otherwise,
false.
See Also