ReplicatorConfigurationChannels Property |
A set of Sync Gateway channel names to pull from. Ignored for push replicatoin.
The default value is null, meaning that all accessible channels will be pulled.
Note: channels that are not accessible to the user will be ignored by Sync Gateway.
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax public IList<string> Channels { get; set; }
Property Value
Type:
IListStringSee Also