/AWS1/CL_BUPSTARTCOPYJOBOUTPUT¶
StartCopyJobOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_copyjobid TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING¶
Uniquely identifies a copy job.
iv_creationdate TYPE /AWS1/BUPTIMESTAMP /AWS1/BUPTIMESTAMP¶
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
iv_isparent TYPE /AWS1/BUPBOOLEAN2 /AWS1/BUPBOOLEAN2¶
This is a returned boolean value indicating this is a parent (composite) copy job.
Queryable Attributes¶
CopyJobId¶
Uniquely identifies a copy job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COPYJOBID() |
Getter for COPYJOBID, with configurable default |
ASK_COPYJOBID() |
Getter for COPYJOBID w/ exceptions if field has no value |
HAS_COPYJOBID() |
Determine if COPYJOBID has a value |
CreationDate¶
The date and time that a copy job is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDateis accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
IsParent¶
This is a returned boolean value indicating this is a parent (composite) copy job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPARENT() |
Getter for ISPARENT |