Click or drag to resize

ReplicatorOptionsDictionary Class

A container for options that have to do with a Replicator
Inheritance Hierarchy
SystemObject
  Couchbase.LiteOptionsDictionary
    Couchbase.Lite.SyncReplicatorOptionsDictionary

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public sealed class ReplicatorOptionsDictionary : OptionsDictionary

The ReplicatorOptionsDictionary type exposes the following members.

Constructors
  NameDescription
Public methodReplicatorOptionsDictionary
Default constructor
Top
Properties
  NameDescription
Public propertyAuth
Gets or sets the authentication parameters
Public propertyChannels
Gets or sets the channels to replicate (pull only)
Public propertyCount (Inherited from OptionsDictionary.)
Public propertyFilter
Gets or sets the filter to use when replicating
Public propertyFilterParams
Gets or sets the parameters that will be passed along with the filter
Public propertyHeaders
Gets a mutable collection of headers to be passed along with the initial HTTP request that starts replication
Public propertyIsReadOnly (Inherited from OptionsDictionary.)
Public propertyItem
Gets or sets the element with the specified key.
(Inherited from OptionsDictionary.)
Public propertyKeys (Inherited from OptionsDictionary.)
Public propertyValues (Inherited from OptionsDictionary.)
Top
Methods
  NameDescription
Public methodAdd(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodAdd(String, Object) (Inherited from OptionsDictionary.)
Public methodClear (Inherited from OptionsDictionary.)
Public methodContains (Inherited from OptionsDictionary.)
Public methodContainsKey (Inherited from OptionsDictionary.)
Public methodCopyTo (Inherited from OptionsDictionary.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from OptionsDictionary.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(KeyValuePairString, Object) (Inherited from OptionsDictionary.)
Public methodRemove(String) (Inherited from OptionsDictionary.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from OptionsDictionary.)
Top
See Also