Unsupported content

 

This version of the documentation is no longer supported. However, the documentation is available for your convenience. You will not be able to leave comments.

FileDeployJob - setJobMinimumDiskFreeSize

FileDeployJob - setJobMinimumDiskFreeSize

Description :

Sets the minimum required available disk space on the partition containing the destination directory. If the partition does not meet this minimum, deployment to the host is aborted. Setting this size to 0 turns off minimum disk space requirements. 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.

minDiskFree

Integer

The minimum required disk space (in kb) on the partition containing the destination directory. Setting this to 0 turns off minimum disk space requirements.

Example

The following example sets the minimum disk free size of an existing job to 1024kb.

Script





FileDeployJob setJobMinimumDiskFreeSize JobName /JobGroup 1024 



Was this page helpful? Yes No Submitting... Thank you

Comments