/AWS1/CL_FNSKXDATAVIEWACTVRS¶
The active version of the dataview that is currently in use by this cluster.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_changesetid TYPE /AWS1/FNSCHANGESETID /AWS1/FNSCHANGESETID¶
A unique identifier for the changeset.
it_segmentconfigurations TYPE /AWS1/CL_FNSKXDATAVIEWSEGMEN00=>TT_KXDATAVIEWSEGMENTCONFLIST TT_KXDATAVIEWSEGMENTCONFLIST¶
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
it_attachedclusters TYPE /AWS1/CL_FNSATTCLUSTERLIST_W=>TT_ATTACHEDCLUSTERLIST TT_ATTACHEDCLUSTERLIST¶
The list of clusters that are currently using this dataview.
iv_createdtimestamp TYPE /AWS1/FNSTIMESTAMP /AWS1/FNSTIMESTAMP¶
The timestamp at which the dataview version was active. 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_versionid TYPE /AWS1/FNSVERSIONID /AWS1/FNSVERSIONID¶
A unique identifier of the active version.
Queryable Attributes¶
changesetId¶
A unique identifier for the changeset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANGESETID() |
Getter for CHANGESETID, with configurable default |
ASK_CHANGESETID() |
Getter for CHANGESETID w/ exceptions if field has no value |
HAS_CHANGESETID() |
Determine if CHANGESETID has a value |
segmentConfigurations¶
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTCONFIGURATIONS() |
Getter for SEGMENTCONFIGURATIONS, with configurable default |
ASK_SEGMENTCONFIGURATIONS() |
Getter for SEGMENTCONFIGURATIONS w/ exceptions if field has |
HAS_SEGMENTCONFIGURATIONS() |
Determine if SEGMENTCONFIGURATIONS has a value |
attachedClusters¶
The list of clusters that are currently using this dataview.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHEDCLUSTERS() |
Getter for ATTACHEDCLUSTERS, with configurable default |
ASK_ATTACHEDCLUSTERS() |
Getter for ATTACHEDCLUSTERS w/ exceptions if field has no va |
HAS_ATTACHEDCLUSTERS() |
Determine if ATTACHEDCLUSTERS has a value |
createdTimestamp¶
The timestamp at which the dataview version was active. 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_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
versionId¶
A unique identifier of the active version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONID() |
Getter for VERSIONID, with configurable default |
ASK_VERSIONID() |
Getter for VERSIONID w/ exceptions if field has no value |
HAS_VERSIONID() |
Determine if VERSIONID 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_KXDATAVIEWACTIVEVERSIONLIST¶
TYPES TT_KXDATAVIEWACTIVEVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNSKXDATAVIEWACTVRS WITH DEFAULT KEY
.