Click or drag to resize

TimeSeriesCreatePushReplication Method

Create a push replication to replicate the events to a remote endpoint

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Replication CreatePushReplication(
	Uri remoteUrl,
	bool purgeWhenPushed
)

Parameters

remoteUrl
Type: SystemUri
The URL to replicate to
purgeWhenPushed
Type: SystemBoolean
If true, delete the events after pushed

Return Value

Type: Replication
The configured Replication option
See Also