excludePatterns property

List<String>? excludePatterns
getter/setter pair

The list of patterns to apply for selecting data to exclude during discovery.

For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names.

Optional.

Implementation

core.List<core.String>? excludePatterns;