/AWS1/CL_PZZDATASETSCHEMA¶
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/PZZNAME /AWS1/PZZNAME¶
The name of the schema.
iv_schemaarn TYPE /AWS1/PZZARN /AWS1/PZZARN¶
The Amazon Resource Name (ARN) of the schema.
iv_schema TYPE /AWS1/PZZAVROSCHEMA /AWS1/PZZAVROSCHEMA¶
The schema.
iv_creationdatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The date and time (in Unix time) that the schema was created.
iv_lastupdateddatetime TYPE /AWS1/PZZDATE /AWS1/PZZDATE¶
The date and time (in Unix time) that the schema was last updated.
iv_domain TYPE /AWS1/PZZDOMAIN /AWS1/PZZDOMAIN¶
The domain of a schema that you created for a dataset in a Domain dataset group.
Queryable Attributes¶
name¶
The name of the schema.
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 |
schemaArn¶
The Amazon Resource Name (ARN) of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAARN() |
Getter for SCHEMAARN, with configurable default |
ASK_SCHEMAARN() |
Getter for SCHEMAARN w/ exceptions if field has no value |
HAS_SCHEMAARN() |
Determine if SCHEMAARN has a value |
schema¶
The schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMA() |
Getter for SCHEMA, with configurable default |
ASK_SCHEMA() |
Getter for SCHEMA w/ exceptions if field has no value |
HAS_SCHEMA() |
Determine if SCHEMA has a value |
creationDateTime¶
The date and time (in Unix time) that the schema was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATETIME() |
Getter for CREATIONDATETIME, with configurable default |
ASK_CREATIONDATETIME() |
Getter for CREATIONDATETIME w/ exceptions if field has no va |
HAS_CREATIONDATETIME() |
Determine if CREATIONDATETIME has a value |
lastUpdatedDateTime¶
The date and time (in Unix time) that the schema was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME, with configurable default |
ASK_LASTUPDATEDDATETIME() |
Getter for LASTUPDATEDDATETIME w/ exceptions if field has no |
HAS_LASTUPDATEDDATETIME() |
Determine if LASTUPDATEDDATETIME has a value |
domain¶
The domain of a schema that you created for a dataset in a Domain dataset group.
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 |