Click or drag to resize

SavedRevision Properties

The SavedRevision type exposes the following members.

Properties
  NameDescription
Public propertyAttachmentNames
Gets the names of all the Attachments.
(Inherited from Revision.)
Public propertyAttachments
Gets all the Attachments.
(Inherited from Revision.)
Public propertyDatabase
Gets the Database that owns the Revision's Document.
(Inherited from Revision.)
Public propertyDocument
Gets the Document that this Revision belongs to.
(Inherited from Revision.)
Public propertyId
Gets the Revision's id.
(Overrides RevisionId.)
Public propertyIsDeletion
Sets if the Revision marks the deletion of its Document.
(Overrides RevisionIsDeletion.)
Public propertyIsGone
Does this revision mark the deletion or removal (from available channels) of its document? (In other words, does it have a "_deleted_ or "_removed" property?)
(Inherited from Revision.)
Public propertyParent
Gets the parent Revision.
(Overrides RevisionParent.)
Public propertyParentId
Gets the parent Revision's Id.
(Overrides RevisionParentId.)
Public propertyProperties
The contents of this revision of the document.
(Overrides RevisionProperties.)
Public propertyPropertiesAvailable
Gets whether the Revision's properties are available. Older, ancestor, Revisions are not guaranteed to have their properties available.
Public propertyRevisionHistory
Returns the history of this document as an array of Revisions, in forward order.
(Overrides RevisionRevisionHistory.)
Public propertyUserProperties
Gets the properties of the Revision. without any properties with keys prefixed with '_' (which contain Couchbase Lite data).
(Inherited from Revision.)
Top
See Also