Click or drag to resize

ReplicatorTargetDatabase Property

Gets the local database being replicated to (if the target endpoint is a local database)

Namespace:  Couchbase.Lite.Sync
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0125
Syntax
C#
public Database Database { get; }

Property Value

Type: Database
See Also