ReplicatorTarget Class |
Namespace: Couchbase.Lite.Sync
public sealed class ReplicatorTarget
The ReplicatorTarget type exposes the following members.
Name | Description | |
---|---|---|
ReplicatorTarget(Uri) |
Constructs a target with a url endpoint
| |
ReplicatorTarget(Database) |
Constructs a target with a local database endpoint
|
Name | Description | |
---|---|---|
Database |
Gets the local database being replicated to (if the target endpoint
is a local database)
| |
Url |
Gets the URL of the target endpoint (if the target endpoint is a URL)
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |