ReplicatorOptionsDictionary Class |
Namespace: Couchbase.Lite.Sync
public sealed class ReplicatorOptionsDictionary : OptionsDictionary
The ReplicatorOptionsDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| ReplicatorOptionsDictionary |
Default constructor
|
| Name | Description | |
|---|---|---|
| Auth |
Gets or sets the authentication parameters
| |
| Channels |
Gets or sets the channels to replicate (pull only)
| |
| Cookies |
Gets or sets a collection of cookie objects to be passed along
with the initial HTTP request of the Replicator | |
| Count | Gets the number of elements contained in the ICollectionT. (Inherited from OptionsDictionary.) | |
| DocIDs |
Gets or sets the docIDs to replicate
| |
| Filter |
Gets or sets the filter to use when replicating
| |
| FilterParams |
Gets or sets the parameters that will be passed along with the filter
| |
| Headers |
Gets a mutable collection of headers to be passed along with the initial
HTTP request that starts replication
| |
| IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from OptionsDictionary.) | |
| Item | Gets or sets the element with the specified key. (Inherited from OptionsDictionary.) | |
| Keys | Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
| PinnedServerCertificate |
Gets or sets a certificate to trust. All other certificates received
by a Replicator with this configuration will be rejected.
| |
| Values | Gets an ICollectionT containing the values in the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) |
| Name | Description | |
|---|---|---|
| Add(KeyValuePairString, Object) | Adds an item to the ICollectionT. (Inherited from OptionsDictionary.) | |
| Add(String, Object) | Adds an element with the provided key and value to the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
| Clear | Removes all items from the ICollectionT. (Inherited from OptionsDictionary.) | |
| Contains | Determines whether the ICollectionT contains a specific value. (Inherited from OptionsDictionary.) | |
| ContainsKey | Determines whether the IDictionaryTKey, TValue contains an element with the specified key. (Inherited from OptionsDictionary.) | |
| CopyTo | (Inherited from OptionsDictionary.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from OptionsDictionary.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove(KeyValuePairString, Object) | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from OptionsDictionary.) | |
| Remove(String) | Removes the element with the specified key from the IDictionaryTKey, TValue. (Inherited from OptionsDictionary.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from OptionsDictionary.) |