Click or drag to resize

DatabaseAllReplications Property

Gets all the running Replications for this Database. This includes all continuous Replications and any non-continuous Replications that has been started and are still running.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public IEnumerable<Replication> AllReplications { get; }

Property Value

Type: IEnumerableReplication
All replications.
See Also