Click or drag to resize

DatabaseEndpoint Constructor

ENTERPRISE EDITION API

Constructor creating an endpoint using the given database

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public DatabaseEndpoint(
	Database database
)

Parameters

database
Type: Couchbase.LiteDatabase
The database to use in the replication
See Also