Skip to content

/AWS1/CL_FNDDATASET

The structure for a Dataset.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_datasetid TYPE /AWS1/FNDDATASETID /AWS1/FNDDATASETID

An identifier for a Dataset.

iv_datasetarn TYPE /AWS1/FNDDATASETARN /AWS1/FNDDATASETARN

The ARN identifier of the Dataset.

iv_datasettitle TYPE /AWS1/FNDDATASETTITLE /AWS1/FNDDATASETTITLE

Display title for a Dataset.

iv_kind TYPE /AWS1/FNDDATASETKIND /AWS1/FNDDATASETKIND

The format in which Dataset data is structured.

  • TABULAR – Data is structured in a tabular format.

  • NON_TABULAR – Data is structured in a non-tabular format.

iv_datasetdescription TYPE /AWS1/FNDDATASETDESCRIPTION /AWS1/FNDDATASETDESCRIPTION

Description for a Dataset.

io_ownerinfo TYPE REF TO /AWS1/CL_FNDDATASETOWNERINFO /AWS1/CL_FNDDATASETOWNERINFO

Contact information for a Dataset owner.

iv_createtime TYPE /AWS1/FNDTIMESTAMPEPOCH /AWS1/FNDTIMESTAMPEPOCH

The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

iv_lastmodifiedtime TYPE /AWS1/FNDTIMESTAMPEPOCH /AWS1/FNDTIMESTAMPEPOCH

The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

io_schemadefinition TYPE REF TO /AWS1/CL_FNDSCHEMAUNION /AWS1/CL_FNDSCHEMAUNION

Definition for a schema on a tabular Dataset.

iv_alias TYPE /AWS1/FNDALIASSTRING /AWS1/FNDALIASSTRING

The unique resource identifier for a Dataset.


Queryable Attributes

datasetId

An identifier for a 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

datasetArn

The ARN identifier 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

datasetTitle

Display title for a Dataset.

Accessible with the following methods

Method Description
GET_DATASETTITLE() Getter for DATASETTITLE, with configurable default
ASK_DATASETTITLE() Getter for DATASETTITLE w/ exceptions if field has no value
HAS_DATASETTITLE() Determine if DATASETTITLE has a value

kind

The format in which Dataset data is structured.

  • TABULAR – Data is structured in a tabular format.

  • NON_TABULAR – Data is structured in a non-tabular format.

Accessible with the following methods

Method Description
GET_KIND() Getter for KIND, with configurable default
ASK_KIND() Getter for KIND w/ exceptions if field has no value
HAS_KIND() Determine if KIND has a value

datasetDescription

Description for a Dataset.

Accessible with the following methods

Method Description
GET_DATASETDESCRIPTION() Getter for DATASETDESCRIPTION, with configurable default
ASK_DATASETDESCRIPTION() Getter for DATASETDESCRIPTION w/ exceptions if field has no
HAS_DATASETDESCRIPTION() Determine if DATASETDESCRIPTION has a value

ownerInfo

Contact information for a Dataset owner.

Accessible with the following methods

Method Description
GET_OWNERINFO() Getter for OWNERINFO

createTime

The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Accessible with the following methods

Method Description
GET_CREATETIME() Getter for CREATETIME

lastModifiedTime

The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDTIME() Getter for LASTMODIFIEDTIME

schemaDefinition

Definition for a schema on a tabular Dataset.

Accessible with the following methods

Method Description
GET_SCHEMADEFINITION() Getter for SCHEMADEFINITION

alias

The unique resource identifier for a Dataset.

Accessible with the following methods

Method Description
GET_ALIAS() Getter for ALIAS, with configurable default
ASK_ALIAS() Getter for ALIAS w/ exceptions if field has no value
HAS_ALIAS() Determine if ALIAS 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_DATASETLIST

TYPES TT_DATASETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNDDATASET WITH DEFAULT KEY
.