DocumentChange Class |
Namespace: Couchbase.Lite
public class DocumentChange
The DocumentChange type exposes the following members.
Name | Description | |
---|---|---|
![]() | DocumentId |
Gets the Id of the Document that changed.
|
![]() | IsConflict |
Gets a value indicating whether this instance is conflict.
|
![]() | IsCurrentRevision |
Gets a value indicating whether this instance is current revision.
|
![]() | IsDeletion |
Gets whether or not this change is a deletion
|
![]() | IsExpiration |
Gets whether or not this change is a document expiration (i.e. TTL has passed)
|
![]() | RevisionId |
Gets the Id of the new Revision.
|
![]() | SourceUrl |
Gets the remote URL of the source Database from which this change was replicated.
|
Name | Description | |
---|---|---|
![]() | Equals | (Overrides ObjectEquals(Object).) |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | ToString | (Overrides ObjectToString.) |