namespaceIds property

List<String>? namespaceIds
getter/setter pair

An empty list represents all namespaces.

This is the preferred usage for databases that don't use namespaces. An empty string element represents the default namespace. This should be used if the database has data in non-default namespaces, but doesn't want to include them. Each namespace in this list must be unique.

Implementation

core.List<core.String>? namespaceIds;