ARC SDK
Data Fields
Arc::DiskSpaceRequirementType Class Reference

Data Fields

Range< int > DiskSpace
 
int CacheDiskSpace
 
int SessionDiskSpace
 

Field Documentation

int Arc::DiskSpaceRequirementType::CacheDiskSpace

Specifies the required size of cache which must be available to the job in mega-bytes (MB). A negative value undefines this attribute

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getCacheDiskSpace and setCacheDiskSpace methods in the Java interface
Range<int> Arc::DiskSpaceRequirementType::DiskSpace

Specifies the required size of disk space which must be available to the job in mega-bytes (MB). A negative value undefines this attribute

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getDiskSpace and setDiskSpace methods in the Java interface
int Arc::DiskSpaceRequirementType::SessionDiskSpace

Specifies the required size of job session disk space which must be available to the job in mega-byte (MB). A negative value undefines this attribute.

Attribute mapping specific to this field/value.

Java interface deviation
The member is only accessible through the getSessionDiskSpace and setSessionDiskSpace methods in the Java interface

The documentation for this class was generated from the following file: