CrawlFilterConfiguration¶
Structure Class¶
CrawlFilterConfiguration
dataclass
¶
The configuration of filtering the data source content. For example, configuring regular expression patterns to include or exclude certain content.
Attributes¶
pattern_object_filter
class-attribute
instance-attribute
¶
pattern_object_filter: PatternObjectFilterConfiguration | None = None
The configuration of filtering certain objects or content types of the data source.
type
instance-attribute
¶
The type of filtering that you want to apply to certain objects or
content of the data source. For example, the PATTERN type is regular
expression patterns you can apply to filter your content.