Couchbase.Lite.Sync Namespace |
Class | Description | |
---|---|---|
Authenticator |
An abstract base class for authenticator classes. This class
has no public methods.
| |
AuthOptionsDictionary |
A container that stores login information for authenticating with
a remote endpoint
| |
BasicAuthenticator |
An object that will authenticate a Replicator using
HTTP Basic authentication
| |
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 | |
SessionAuthenticator |
A class that will authenticate using a session cookie. This can be used for things like
Sync Gateway admin created sessions, or implicit authentication flow (e.g. OpenID Connect
where the authentication is done already)
|
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 |