Couchbase.Lite.Sync Namespace |
Class | Description | |
---|---|---|
AuthOptionsDictionary |
A container that stores login information for authenticating with
a remote endpoint
| |
HttpLogicException |
An exception describing an error during the initial HTTP request
for replication
| |
ReplicationStatusChangedEventArgs |
Event arguments for the StatusChanged event
| |
Replicator |
An object that is responsible for the replication of data between two
endpoints. The replication can set up to be pull only, push only, or both
(i.e. pusher and puller are no longer separate) between a database and a URL
or a database and another database on the same filesystem.
| |
ReplicatorConfiguration |
A class representing configuration options for a Replicator | |
ReplicatorOptionsDictionary |
A container for options that have to do with a Replicator | |
ReplicatorTarget |
A class describing a remote endpoint for a Replicator |
Structure | Description | |
---|---|---|
ReplicationProgress |
A struct describing the current progress of a Replicator | |
ReplicationStatus |
A struct describing the current status of a Replicator |
Enumeration | Description | |
---|---|---|
AuthType |
The type of authentication credentials that an AuthOptionsDictionary
holds
| |
HttpLogicError |
An enum for errors during HTTP requests
| |
ReplicatorActivityLevel |
An enum describing states for a Replicator | |
ReplicatorType |
An enum representing the direction of a Replicator |