Click or drag to resize

ReplicationChannels Property

Gets or sets the list of Sync Gateway channel names to filter by for pull Replication.

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

Property Value

Type: IEnumerableString
Remarks
Gets or sets the list of Sync Gateway channel names to filter by for pull Replication. A null value means no filtering, and all available channels will be replicated. Only valid for pull replications whose source database is on a Couchbase Sync Gateway server. This is a convenience property that just sets the values of filter and filterParams.
See Also