/AWS1/CL_CRMINTMDTBLVRSNUMMARY¶
Contains summary information about a version of an intermediate table.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_versionid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the version.
iv_tableid TYPE /AWS1/CRMINTMDTABLEIDENTIFIER /AWS1/CRMINTMDTABLEIDENTIFIER¶
The unique identifier of the intermediate table that this version belongs to.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the version was created.
iv_analysisid TYPE /AWS1/CRMANALYSISIDENTIFIER /AWS1/CRMANALYSISIDENTIFIER¶
The identifier of the protected query that created this version.
iv_status TYPE /AWS1/CRMINTMDTABLEVRSNTATUS /AWS1/CRMINTMDTABLEVRSNTATUS¶
The status of the version.
iv_analysistype TYPE /AWS1/CRMPOPULATEIMDTBLALYTYPE /AWS1/CRMPOPULATEIMDTBLALYTYPE¶
The type of analysis that created this version.
Optional arguments:¶
iv_kmskeyarn TYPE /AWS1/CRMKMSKEYARN /AWS1/CRMKMSKEYARN¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.
iv_expirationtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time when this version expires based on the retention period.
Queryable Attributes¶
versionId¶
The unique identifier of the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID has a value |
tableId¶
The unique identifier of the intermediate table that this version belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEID() |
Getter for TABLEID, with configurable default |
ASK_TABLEID() |
Getter for TABLEID w/ exceptions if field has no value |
HAS_TABLEID() |
Determine if TABLEID has a value |
createTime¶
The time the version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
analysisId¶
The identifier of the protected query that created this version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISID() |
Getter for ANALYSISID, with configurable default |
ASK_ANALYSISID() |
Getter for ANALYSISID w/ exceptions if field has no value |
HAS_ANALYSISID() |
Determine if ANALYSISID has a value |
status¶
The status of the version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
analysisType¶
The type of analysis that created this version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISTYPE() |
Getter for ANALYSISTYPE, with configurable default |
ASK_ANALYSISTYPE() |
Getter for ANALYSISTYPE w/ exceptions if field has no value |
HAS_ANALYSISTYPE() |
Determine if ANALYSISTYPE has a value |
kmsKeyArn¶
The Amazon Resource Name (ARN) of the KMS key used to encrypt this version's data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYARN() |
Getter for KMSKEYARN, with configurable default |
ASK_KMSKEYARN() |
Getter for KMSKEYARN w/ exceptions if field has no value |
HAS_KMSKEYARN() |
Determine if KMSKEYARN has a value |
expirationTime¶
The time when this version expires based on the retention period.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME, with configurable default |
ASK_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME w/ exceptions if field has no valu |
HAS_EXPIRATIONTIME() |
Determine if EXPIRATIONTIME has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTMDTABLEVRSNUMMARYLIST¶
TYPES TT_INTMDTABLEVRSNUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMINTMDTBLVRSNUMMARY WITH DEFAULT KEY
.