DriveUrlMustHaveRegex
A list of regular expressions to limit the drives that are synchronized by the connector. The URL of a drive must match one of the regular expressions, otherwise the drive is ignored.
You can specify a comma-separated list of regular expressions, or use numbered parameters (DriveUrlMustHaveRegex0
, DriveUrlMustHaveRegex1
, 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: | DriveUrlMustHaveRegex0=.*
|
See Also: | DriveUrlCantHaveRegex |