ReplicatorConfiguration Constructor (Database, Uri) |
Constructs a configuration between a database and a remote URL
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public ReplicatorConfiguration(
Database localDatabase,
Uri endpoint
)
Parameters
- localDatabase
- Type: Couchbase.LiteDatabase
The local database for replication - endpoint
- Type: SystemUri
The URL to replicate with
See Also