/AWS1/CL_QSTSPACECONTRIBUTOR¶
A contributor to an Amazon QuickSight space.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rawfilesizebytes TYPE /AWS1/QSTLONG /AWS1/QSTLONG¶
The raw file size in bytes contributed by the user.
Optional arguments:¶
iv_username TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The user name of the contributor.
iv_percentage TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The percentage of total contributions made by the user.
Queryable Attributes¶
userName¶
The user name of the contributor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
rawFileSizeBytes¶
The raw file size in bytes contributed by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RAWFILESIZEBYTES() |
Getter for RAWFILESIZEBYTES, with configurable default |
ASK_RAWFILESIZEBYTES() |
Getter for RAWFILESIZEBYTES w/ exceptions if field has no va |
HAS_RAWFILESIZEBYTES() |
Determine if RAWFILESIZEBYTES has a value |
percentage¶
The percentage of total contributions made by the user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERCENTAGE() |
Getter for PERCENTAGE, with configurable default |
ASK_PERCENTAGE() |
Getter for PERCENTAGE w/ exceptions if field has no value |
STR_PERCENTAGE() |
String format for PERCENTAGE, with configurable default |
HAS_PERCENTAGE() |
Determine if PERCENTAGE 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_SPACECONTRIBUTORLIST¶
TYPES TT_SPACECONTRIBUTORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTSPACECONTRIBUTOR WITH DEFAULT KEY
.