/AWS1/CL_IOSDATASETREFERENCE¶
Contains information about the dataset use and it's source.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_datasetarn TYPE /AWS1/IOSSTRING /AWS1/IOSSTRING¶
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
io_source TYPE REF TO /AWS1/CL_IOSSOURCE /AWS1/CL_IOSSOURCE¶
The data source for the dataset.
Queryable Attributes¶
datasetArn¶
The ARN of the dataset. The format is
arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETARN() |
Getter for DATASETARN, with configurable default |
ASK_DATASETARN() |
Getter for DATASETARN w/ exceptions if field has no value |
HAS_DATASETARN() |
Determine if DATASETARN has a value |
source¶
The data source for the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE |