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 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:
ReplicationThe configured Replication option
See Also