DriveIdCantHaveRegex
A list of regular expressions to limit the drives that are synchronized by the connector. If the ID 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 (DriveIdCantHaveRegex0
, DriveIdCantHaveRegex1
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: | DriveIdCantHaveRegex0=.*Test.*
|
See Also: | DriveIdMustHaveRegex |