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