Click or drag to resize

ReplicationOptionsDictionary Class

Note: This API is now obsolete.

A class for holding replication options
Inheritance Hierarchy

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
[ObsoleteAttribute("This class is deprecated in favor of ReplicationOptions")]
public sealed class ReplicationOptionsDictionary : ContractedDictionary

The ReplicationOptionsDictionary type exposes the following members.

Constructors
  NameDescription
Public methodReplicationOptionsDictionary
Initializes a new instance of the ReplicationOptionsDictionary class
Top
Properties
  NameDescription
Public propertyCount (Inherited from ContractedDictionary.)
Public propertyIsReadOnly (Inherited from ContractedDictionary.)
Public propertyItem
Gets or sets an object via a given key
(Inherited from ContractedDictionary.)
Public propertyKeys (Inherited from ContractedDictionary.)
Public propertyValues (Inherited from ContractedDictionary.)
Top
Methods
Fields
  NameDescription
Public fieldStatic memberREMOTE_UUID_KEY
This key stores an ID for a remote endpoint whose identifier is likely to change (i.e. found via Bonjour)
Top
See Also