Click or drag to resize

DocumentChangeSourceUrl Property

Gets the remote URL of the source Database from which this change was replicated.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Uri SourceUrl { get; }

Property Value

Type: Uri
The remote URL of the source Database from which this change was replicated.
See Also