TableBackupTaskPathBuilder
Description
The table backup 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 |
|---|---|
sourceDirectoryRelative |
Path to the source |
sourceDirectoryAbsolute |
Absolute path to the source |
localGenerationPath |
Path to the generation |
useLocalBcp |
true / false. If true, the transfer property is set false. |
sourceUnloadDirectoryProperty |
Property key for the naming of the related variable |
sourceDownloadDirectoryProperty |
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 sourceUnloadDirectoryProperty |
Result unload directory path |
Key of sourceDownloadDirectoryProperty |
Result download directory path |
Key of localGenerationDataDirectoryProperty |
Result generation directory path |
Key of remoteTransferNecessaryProperty |
true / false. Result transfer property |