namespaces property

List<String> namespaces
final

Namespace filter. Only keys whose prefix (before the first .) appears in this list are synced to this platform. Empty list = no filtering (every key syncs).

Implementation

final List<String> namespaces;