FileDeployJob - setJobBlockLevelUpdateOptions
FileDeployJob - setJobBlockLevelUpdateOptions
Description :
Sets the minimum file size and block size for block-level updates of large files. Setting the minimum file size and update block size to 0 turns off block-level updates. If the minimum file size is specified (non-zero) the update block size should be non-zero and less than the minimum file size. The return value is the DBKey of the modified job.
Return type : DBKey
Command Input :
Variable Name | Variable Type | Description |
|---|---|---|
jobName | String | Name of the File Deploy Job. |
jobGroup | String | The path to the job group containing the File Deploy Job. |
minFileSize | Integer | The minimum file size (in kb) beyond which block-level updates should be performed. A size of 0 indicates that block-level updates should not be performed. |
updateBlockSize | Integer | The size of blocks to be updated, based on MD5 checksums. This size must be specified i the minimum file size is specified, and its value should be less than the minimum file size. |
Example
The following example sets the block-level options of an existing job.
Script
FileDeployJob setJobBlockLevelUpdateOptions JobName /JobGroup 1024 512