Click or drag to resize

ReplicatorConfiguration Constructor (Database, Database)

Constructs a configuration between two databases

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax
C#
public ReplicatorConfiguration(
	Database localDatabase,
	Database targetDatabase
)

Parameters

localDatabase
Type: Couchbase.LiteDatabase
The local database for replication
targetDatabase
Type: Couchbase.LiteDatabase
The target database to use as the endpoint
See Also