excludePatterns property

List<String>? excludePatterns
getter/setter pair

Defines the data to exclude during discovery.

Provide a list of patterns that identify the data to exclude. For Cloud Storage bucket assets, these patterns are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these patterns are interpreted as patterns to match table names.

Optional.

Implementation

core.List<core.String>? excludePatterns;