Click or drag to resize

ReplicationOptionsRemoteUUID Property

Gets or sets a value to identify the remote endpoint of a replication. This is useful in cases where the remote URL is subject to frequent change (for example in a P2P discovery scenario) because it will replace the URL as part of the checkpoint calculation. Otherwise, if the remote URL changes the replication is considered new and starts from the beginning of time

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

Property Value

Type: String
See Also