/AWS1/CL_QSTDATASETSUMMARY¶
Dataset summary.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the dataset.
iv_datasetid TYPE /AWS1/QSTRESOURCEID /AWS1/QSTRESOURCEID¶
The ID of the dataset.
iv_name TYPE /AWS1/QSTRESOURCENAME /AWS1/QSTRESOURCENAME¶
A display name for the dataset.
iv_createdtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The time that this dataset was created.
iv_lastupdatedtime TYPE /AWS1/QSTTIMESTAMP /AWS1/QSTTIMESTAMP¶
The last time that this dataset was updated.
iv_importmode TYPE /AWS1/QSTDATASETIMPORTMODE /AWS1/QSTDATASETIMPORTMODE¶
A value that indicates whether you want to import the data into SPICE.
io_rowlevelpermissiondataset TYPE REF TO /AWS1/CL_QSTROWLEVELPERMDS /AWS1/CL_QSTROWLEVELPERMDS¶
The row-level security configuration for the dataset in the legacy data preparation experience.
it_rowlevelpermdatasetmap TYPE /AWS1/CL_QSTROWLEVELPERMDS=>TT_ROWLEVELPERMDATASETMAP TT_ROWLEVELPERMDATASETMAP¶
The row-level security configuration for the dataset in the new data preparation experience.
iv_rowlevelpermtagconfappl00 TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
Whether or not the row level permission tags are applied.
iv_columnlevelpermrlsapplied TYPE /AWS1/QSTBOOLEAN /AWS1/QSTBOOLEAN¶
A value that indicates if the dataset has column level permission configured.
iv_useas TYPE /AWS1/QSTDATASETUSEAS /AWS1/QSTDATASETUSEAS¶
The usage of the dataset.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (ARN) of the dataset.
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 |
DataSetId¶
The ID of the dataset.
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 |
Name¶
A display name for 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 |
CreatedTime¶
The time that this dataset was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME has a value |
LastUpdatedTime¶
The last time that this dataset was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
ImportMode¶
A value that indicates whether you want to import the data into SPICE.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTMODE() |
Getter for IMPORTMODE, with configurable default |
ASK_IMPORTMODE() |
Getter for IMPORTMODE w/ exceptions if field has no value |
HAS_IMPORTMODE() |
Determine if IMPORTMODE has a value |
RowLevelPermissionDataSet¶
The row-level security configuration for the dataset in the legacy data preparation experience.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWLEVELPERMDATASET() |
Getter for ROWLEVELPERMISSIONDATASET |
RowLevelPermissionDataSetMap¶
The row-level security configuration for the dataset in the new data preparation experience.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWLEVELPERMDATASETMAP() |
Getter for ROWLEVELPERMISSIONDATASETMAP, with configurable d |
ASK_ROWLEVELPERMDATASETMAP() |
Getter for ROWLEVELPERMISSIONDATASETMAP w/ exceptions if fie |
HAS_ROWLEVELPERMDATASETMAP() |
Determine if ROWLEVELPERMISSIONDATASETMAP has a value |
RowLevelPermissionTagConfigurationApplied¶
Whether or not the row level permission tags are applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROWLEVELPERMTAGCONFAPP00() |
Getter for ROWLEVELPERMTAGCONFAPPLIED |
ColumnLevelPermissionRulesApplied¶
A value that indicates if the dataset has column level permission configured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLUMNLEVELPERMRLSAPPL00() |
Getter for COLUMNLEVELPERMRULESAPPLIED |
UseAs¶
The usage of the dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USEAS() |
Getter for USEAS, with configurable default |
ASK_USEAS() |
Getter for USEAS w/ exceptions if field has no value |
HAS_USEAS() |
Determine if USEAS 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_DATASETSUMMARYLIST¶
TYPES TT_DATASETSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTDATASETSUMMARY WITH DEFAULT KEY
.