DatabaseChangeEventArgsIsExternal Property |
Returns true if the change was not made by a Document belonging to this Database
(e.g. it came from another process or from a pull Replication), otherwise false.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public bool IsExternal { get; }
Property Value
Type:
Booleantrue if the change was not made by a Document belonging to this Database
(e.g. it came from another process or from a pull Replication), otherwise false
See Also