ReplicationOptionsDictionary Class |
Note: This API is now obsolete.
Namespace: Couchbase.Lite
[ObsoleteAttribute("This class is deprecated in favor of ReplicationOptions")] public sealed class ReplicationOptionsDictionary : ContractedDictionary
The ReplicationOptionsDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| ReplicationOptionsDictionary | Initializes a new instance of the ReplicationOptionsDictionary class |
| Name | Description | |
|---|---|---|
| Count | (Inherited from ContractedDictionary.) | |
| IsReadOnly | (Inherited from ContractedDictionary.) | |
| Item |
Gets or sets an object via a given key
(Inherited from ContractedDictionary.) | |
| Keys | (Inherited from ContractedDictionary.) | |
| Values | (Inherited from ContractedDictionary.) |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, Object) | (Inherited from ContractedDictionary.) | |
| Add(String, Object) |
Add the specified key and value.
(Inherited from ContractedDictionary.) | |
| Clear | (Inherited from ContractedDictionary.) | |
| Contains | (Inherited from ContractedDictionary.) | |
| ContainsKey |
Checks if this dictionary contains the given key
(Inherited from ContractedDictionary.) | |
| CopyTo | (Inherited from ContractedDictionary.) | |
| GetEnumerator | (Inherited from ContractedDictionary.) | |
| Remove(KeyValuePairString, Object) | (Inherited from ContractedDictionary.) | |
| Remove(String) | (Inherited from ContractedDictionary.) | |
| TryGetValue(String, Object) | (Inherited from ContractedDictionary.) | |
| TryGetValueT(String, T) |
Tries to get the value of the specified key
(Inherited from ContractedDictionary.) | |
| Validate |
Validates the dictionary
(Inherited from ContractedDictionary.) |
| Name | Description | |
|---|---|---|
| REMOTE_UUID_KEY |
This key stores an ID for a remote endpoint whose identifier
is likely to change (i.e. found via Bonjour)
|