Click or drag to resize

SavedRevisionIsDeletion Property

Sets if the Revision marks the deletion of its Document.

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

Property Value

Type: Boolean
true if this instance is deletion; otherwise, false.
Remarks
Does this revision mark the deletion of its document? (In other words, does it have a "_deleted" property?)
See Also