Revision Properties |
The Revision type exposes the following members.
| Name | Description | |
|---|---|---|
| AttachmentNames |
Gets the names of all the Attachments.
| |
| Attachments |
Gets all the Attachments.
| |
| Database | ||
| Document | ||
| Id |
Gets the Revision's id.
| |
| IsDeletion | ||
| IsGone |
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?)
| |
| Parent |
Gets the parent Revision.
| |
| ParentId |
Gets the parent Revision's id.
| |
| Properties | Gets the properties of the Revision. | |
| RevisionHistory | Returns the history of this document as an array of CBLRevisions, in forward order. | |
| UserProperties |
Gets the properties of the Revision.
without any properties with keys prefixed with '_' (which contain Couchbase Lite data).
|