Click or drag to resize

DocumentChange Class

Provides details about a Document change.
Inheritance Hierarchy
SystemObject
  Couchbase.LiteDocumentChange

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public class DocumentChange

The DocumentChange type exposes the following members.

Properties
  NameDescription
Public propertyDocumentId
Gets the Id of the Document that changed.
Public propertyIsConflict
Gets a value indicating whether this instance is conflict.
Public propertyIsCurrentRevision
Gets a value indicating whether this instance is current revision.
Public propertyIsDeletion
Gets whether or not this change is a deletion
Public propertyIsExpiration
Gets whether or not this change is a document expiration (i.e. TTL has passed)
Public propertyRevisionId
Gets the Id of the new Revision.
Public propertySourceUrl
Gets the remote URL of the source Database from which this change was replicated.
Top
Methods
See Also