/AWS1/CL_DEXIMPASTFRMSIGNEDU00¶
Details of the operation to be performed by the job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetname TYPE /AWS1/DEXASSETNAME /AWS1/DEXASSETNAME¶
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
iv_datasetid TYPE /AWS1/DEXID /AWS1/DEXID¶
The unique identifier for the data set associated with this import job.
iv_md5hash TYPE /AWS1/DEX__STRMIN24MAX24PATA00 /AWS1/DEX__STRMIN24MAX24PATA00¶
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
iv_revisionid TYPE /AWS1/DEXID /AWS1/DEXID¶
The unique identifier for the revision associated with this import request.
Queryable Attributes¶
AssetName¶
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETNAME() |
Getter for ASSETNAME, with configurable default |
ASK_ASSETNAME() |
Getter for ASSETNAME w/ exceptions if field has no value |
HAS_ASSETNAME() |
Determine if ASSETNAME has a value |
DataSetId¶
The unique identifier for the data set associated with this import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
Md5Hash¶
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MD5HASH() |
Getter for MD5HASH, with configurable default |
ASK_MD5HASH() |
Getter for MD5HASH w/ exceptions if field has no value |
HAS_MD5HASH() |
Determine if MD5HASH has a value |
RevisionId¶
The unique identifier for the revision associated with this import request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONID() |
Getter for REVISIONID, with configurable default |
ASK_REVISIONID() |
Getter for REVISIONID w/ exceptions if field has no value |
HAS_REVISIONID() |
Determine if REVISIONID has a value |