Click or drag to resize

Couchbase.Lite.Sync Namespace

 
Classes
  ClassDescription
Public classAuthOptionsDictionary
A container that stores login information for authenticating with a remote endpoint
Public classHttpLogicException
An exception describing an error during the initial HTTP request for replication
Public classReplicationStatusChangedEventArgs
Event arguments for the StatusChanged event
Public classReplicator
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.
Public classReplicatorConfiguration
A class representing configuration options for a Replicator
Public classReplicatorOptionsDictionary
A container for options that have to do with a Replicator
Public classReplicatorTarget
A class describing a remote endpoint for a Replicator
Structures
  StructureDescription
Public structureReplicationProgress
A struct describing the current progress of a Replicator
Public structureReplicationStatus
A struct describing the current status of a Replicator
Enumerations
  EnumerationDescription
Public enumerationAuthType
The type of authentication credentials that an AuthOptionsDictionary holds
Public enumerationHttpLogicError
An enum for errors during HTTP requests
Public enumerationReplicatorActivityLevel
An enum describing states for a Replicator
Public enumerationReplicatorType
An enum representing the direction of a Replicator