Click or drag to resize

ManagerOptionsDefaultReplicationOptions Property

Sets the default replication options that are set on replications created from databases owned by this manager. If not set, a new object will be created with default values (For the 1.x lifecycle this includes the relevant settings on ManagerOptions)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public ReplicationOptions DefaultReplicationOptions { get; set; }

Property Value

Type: ReplicationOptions
The default replication options.
See Also