A list of regular expressions to limit the objects that are retrieved by the connector. If the name of an object matches any of the regular expressions, the object and its contents are ignored. You can specify a comma-separated list of regular expressions, or use numbered parameters (ObjectCantHaveRegex0
, ObjectCantHaveRegex1
, and so on).
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | ObjectCantHaveRegex=.*private.*,.*noindex.*
|
See Also: |
|