/AWS1/CL_FCSDATASETSUMMARY¶
Provides a summary of the dataset properties used in the ListDatasets operation. To get the
complete set of properties, call the DescribeDataset operation, and
provide the DatasetArn
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_DATASETARN
TYPE /AWS1/FCSARN
/AWS1/FCSARN
¶
The Amazon Resource Name (ARN) of the dataset.
IV_DATASETNAME
TYPE /AWS1/FCSNAME
/AWS1/FCSNAME
¶
The name of the dataset.
IV_DATASETTYPE
TYPE /AWS1/FCSDATASETTYPE
/AWS1/FCSDATASETTYPE
¶
The dataset type.
IV_DOMAIN
TYPE /AWS1/FCSDOMAIN
/AWS1/FCSDOMAIN
¶
The domain associated with the dataset.
IV_CREATIONTIME
TYPE /AWS1/FCSTIMESTAMP
/AWS1/FCSTIMESTAMP
¶
When the dataset was created.
IV_LASTMODIFICATIONTIME
TYPE /AWS1/FCSTIMESTAMP
/AWS1/FCSTIMESTAMP
¶
When you create a dataset,
LastModificationTime
is the same asCreationTime
. While data is being imported to the dataset,LastModificationTime
is the current time of theListDatasets
call. After a CreateDatasetImportJob operation has finished,LastModificationTime
is when the import job completed or failed.
Queryable Attributes¶
DatasetArn¶
The Amazon Resource Name (ARN) of the dataset.
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 |
DatasetName¶
The name of the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DATASETNAME() |
Getter for DATASETNAME, with configurable default |
ASK_DATASETNAME() |
Getter for DATASETNAME w/ exceptions if field has no value |
HAS_DATASETNAME() |
Determine if DATASETNAME has a value |
DatasetType¶
The dataset type.
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 |
Domain¶
The domain associated with the dataset.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DOMAIN() |
Getter for DOMAIN, with configurable default |
ASK_DOMAIN() |
Getter for DOMAIN w/ exceptions if field has no value |
HAS_DOMAIN() |
Determine if DOMAIN has a value |
CreationTime¶
When the dataset was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModificationTime¶
When you create a dataset,
LastModificationTime
is the same asCreationTime
. While data is being imported to the dataset,LastModificationTime
is the current time of theListDatasets
call. After a CreateDatasetImportJob operation has finished,LastModificationTime
is when the import job completed or failed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME, with configurable default |
ASK_LASTMODIFICATIONTIME() |
Getter for LASTMODIFICATIONTIME w/ exceptions if field has n |
HAS_LASTMODIFICATIONTIME() |
Determine if LASTMODIFICATIONTIME 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_DATASETS
¶
TYPES TT_DATASETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FCSDATASETSUMMARY WITH DEFAULT KEY
.