Click or drag to resize

ReplicatorTarget Class

A class describing a remote endpoint for a Replicator
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.SyncReplicatorTarget

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

The ReplicatorTarget type exposes the following members.

Constructors
  NameDescription
Public methodReplicatorTarget(Uri)
Constructs a target with a url endpoint
Public methodReplicatorTarget(Database)
Constructs a target with a local database endpoint
Top
Properties
  NameDescription
Public propertyDatabase
Gets the local database being replicated to (if the target endpoint is a local database)
Public propertyUrl
Gets the URL of the target endpoint (if the target endpoint is a URL)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also