/AWS1/CL_IOSDATASETSUMMARY¶
The summary details for the dataset.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the dataset.
iv_arn TYPE /AWS1/IOSARN /AWS1/IOSARN¶
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
iv_name TYPE /AWS1/IOSRESTRICTEDNAME /AWS1/IOSRESTRICTEDNAME¶
The name of the dataset.
iv_description TYPE /AWS1/IOSDESCRIPTION /AWS1/IOSDESCRIPTION¶
A description about the dataset, and its functionality.
iv_creationdate TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The dataset creation date, in Unix epoch time.
iv_lastupdatedate TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The date the dataset was last updated, in Unix epoch time.
io_status TYPE REF TO /AWS1/CL_IOSDATASETSTATUS /AWS1/CL_IOSDATASETSTATUS¶
The status of the dataset. This contains the state and any error messages. The state is
ACTIVEwhen ready to use.
Optional arguments:¶
iv_sourcetype TYPE /AWS1/IOSDATASETSOURCETYPE /AWS1/IOSDATASETSOURCETYPE¶
The data source type of the dataset.
iv_datasettype TYPE /AWS1/IOSDATASETTYPEENUM /AWS1/IOSDATASETTYPEENUM¶
The type of dataset: a session dataset, a curated dataset, or a connection to an external datasource.
io_enrichmentstatus TYPE REF TO /AWS1/CL_IOSDATASETENRICHMENT /AWS1/CL_IOSDATASETENRICHMENT¶
The enrichment status of the dataset.
Queryable Attributes¶
id¶
The ID of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
name¶
The name of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description about the dataset, and its functionality.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
sourceType¶
The data source type of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
datasetType¶
The type of dataset: a session dataset, a curated dataset, or a connection to an external datasource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETTYPE() |
Getter for DATASETTYPE, with configurable default |
ASK_DATASETTYPE() |
Getter for DATASETTYPE w/ exceptions if field has no value |
HAS_DATASETTYPE() |
Determine if DATASETTYPE has a value |
creationDate¶
The dataset creation date, in Unix epoch time.
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 |
lastUpdateDate¶
The date the dataset was last updated, in Unix epoch time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDATE() |
Getter for LASTUPDATEDATE, with configurable default |
ASK_LASTUPDATEDATE() |
Getter for LASTUPDATEDATE w/ exceptions if field has no valu |
HAS_LASTUPDATEDATE() |
Determine if LASTUPDATEDATE has a value |
status¶
The status of the dataset. This contains the state and any error messages. The state is
ACTIVEwhen ready to use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS |
enrichmentStatus¶
The enrichment status of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENRICHMENTSTATUS() |
Getter for ENRICHMENTSTATUS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_DATASETSUMMARIES¶
TYPES TT_DATASETSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSDATASETSUMMARY WITH DEFAULT KEY
.