Click or drag to resize

ReplicationOptionsDictionaryKeys Structure

Note: This API is now obsolete.

Contains the keys for a replication options dictionary

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("Use ReplicationOptions instead")]
public struct ReplicationOptionsDictionaryKeys

The ReplicationOptionsDictionaryKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberRemoteUUID
If specified, this will be used in place of the remote URL for calculating the remote checkpoint in the replication process. Useful if the remote URL changes frequently (e.g. P2P discovery scenario)
Top
See Also