TableRestoreTaskPathBuilder
Description
The table restore task path builder sets the right path for the properties related to the icebox generation configurations
and the useLocalBcp option.
The result is returned in form of set ANT properties.
Input parameters
| Parameter | Description |
|---|---|
targetDirectoryRelative |
Path to the target |
targetDirectoryAbsolute |
Absolute path to the target |
localGenerationPath |
Path to the generation |
useLocalBcp |
true / false. If true, the transfer property is set false. |
targetLoadDirectoryProperty |
Property key for the naming of the related variable |
targetUploadDirectoryProperty |
Property key for the naming of the related variable |
localGenerationDataDirectoryProperty |
Property key for the naming of the related variable |
remoteTransferNecessaryProperty |
Property key for the naming of the related variable |
ANT output properties
| Property | Description |
|---|---|
Key of targetLoadDirectoryProperty |
Result load directory path |
Key of targetUploadDirectoryProperty |
Result upload directory path |
Key of localGenerationDataDirectoryProperty |
Result generation directory path |
Key of remoteTransferNecessaryProperty |
true / false. Result transfer property |