DriveUrlCantHaveRegex
A list of regular expressions to limit the drives that are synchronized by the connector. If the URL of a drive matches any of the regular expressions, the drive is ignored.
You can specify a comma-separated list of regular expressions, or use numbered parameters (DriveUrlCantHaveRegex0
, DriveUrlCantHaveRegex1
and so on).
This parameter has no effect unless ProcessAllDrives is set to true
.
Type: | String (regular expression) |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | DriveUrlCantHaveRegex0=.*Test.*
|
See Also: | DriveUrlMustHaveRegex |