The HashedDestinationDirectory
parameter specifies whether the connector creates subfolders in the destination folder for a collect action. When the collect action is run, the connector can collect many thousands of files. Some file systems cannot handle this volume of files, so the connector must create subfolders below the destination folder. To allow the connector to create subfolders, set this parameter to true
.
The collect destination is a location on the file system specified by the destination
parameter to the Collect
fetch action:
/action=fetch&fetchaction=collect&identifiers=<...>&destination=\\mylocation\myfolder
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Connector |
Example: | HashedDestinationDirectory=True
|
See Also: | TempDirectory |
|