channels property

List<String>? channels
getter/setter pair

A set of Sync Gateway channel names to pull from.

Ignored for push replication. If unset, all accessible channels will be pulled.

Note: channels that are not accessible to the user will be ignored by Sync Gateway.

Implementation

List<String>? channels;