DatabaseChangeEventArgsChanges Property |
Gets the DocumentChange details for the Documents that caused the Database change.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public IEnumerable<DocumentChange> Changes { get; }
Property Value
Type:
IEnumerableDocumentChangeThe DocumentChange details for the Documents that caused the Database change.
See Also