Click or drag to resize

Document Properties

The Document type exposes the following members.

Properties
  NameDescription
Public propertyConflictingRevisions
Gets all of the current conflicting Revisions for the Document. If the Document is not in conflict, only the single current Revision will be returned.
Public propertyCurrentRevision
Gets the current/latest Revision.
Public propertyCurrentRevisionId
If known, gets the Id of the current Revision, otherwise null.
Public propertyDatabase
Gets the Database that owns this Document.
Public propertyDeleted
Gets if the Document is deleted.
Public propertyId
Gets the Document's id.
Public propertyLeafRevisions
Gets all of the leaf Revisions in the Document's Revision tree.
Public propertyProperties
Gets the properties of the current Revision of the Document.
Public propertyRevisionHistory
Gets the Document's Revision history in forward order. Older, ancestor, Revisions are not guaranteed to have their properties available.
Public propertyUserProperties
Gets the properties of the current Revision of the Document without any properties with keys prefixed with '_' (which contain Couchbase Lite data).
Top
See Also