Skip to content

/AWS1/CL_QSTUSERINDEXCAPACITY

A summary of a user's index capacity consumption.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_userarn TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The ARN of the user.

iv_username TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The username of the user.

iv_email TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The email address of the user.

iv_role TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00

The role of the user.

iv_totalcapacitybytes TYPE /AWS1/QSTLONGVALUE /AWS1/QSTLONGVALUE

The total index capacity consumed by the user in bytes.

iv_totalkbcapacitybytes TYPE /AWS1/QSTLONGVALUE /AWS1/QSTLONGVALUE

The total index capacity consumed by the user's knowledge bases in bytes.

iv_totalspacecapacitybytes TYPE /AWS1/QSTLONGVALUE /AWS1/QSTLONGVALUE

The total index capacity consumed by the user's spaces in bytes.

iv_kbcount TYPE /AWS1/QSTINTEGERVALUE /AWS1/QSTINTEGERVALUE

The number of knowledge bases owned by the user.

iv_spacecount TYPE /AWS1/QSTINTEGERVALUE /AWS1/QSTINTEGERVALUE

The number of spaces owned by the user.


Queryable Attributes

userArn

The ARN of the user.

Accessible with the following methods

Method Description
GET_USERARN() Getter for USERARN, with configurable default
ASK_USERARN() Getter for USERARN w/ exceptions if field has no value
HAS_USERARN() Determine if USERARN has a value

userName

The username of the user.

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

email

The email address of the user.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

role

The role of the user.

Accessible with the following methods

Method Description
GET_ROLE() Getter for ROLE, with configurable default
ASK_ROLE() Getter for ROLE w/ exceptions if field has no value
HAS_ROLE() Determine if ROLE has a value

totalCapacityBytes

The total index capacity consumed by the user in bytes.

Accessible with the following methods

Method Description
GET_TOTALCAPACITYBYTES() Getter for TOTALCAPACITYBYTES, with configurable default
ASK_TOTALCAPACITYBYTES() Getter for TOTALCAPACITYBYTES w/ exceptions if field has no
HAS_TOTALCAPACITYBYTES() Determine if TOTALCAPACITYBYTES has a value

totalKBCapacityBytes

The total index capacity consumed by the user's knowledge bases in bytes.

Accessible with the following methods

Method Description
GET_TOTALKBCAPACITYBYTES() Getter for TOTALKBCAPACITYBYTES, with configurable default
ASK_TOTALKBCAPACITYBYTES() Getter for TOTALKBCAPACITYBYTES w/ exceptions if field has n
HAS_TOTALKBCAPACITYBYTES() Determine if TOTALKBCAPACITYBYTES has a value

totalSpaceCapacityBytes

The total index capacity consumed by the user's spaces in bytes.

Accessible with the following methods

Method Description
GET_TOTALSPACECAPACITYBYTES() Getter for TOTALSPACECAPACITYBYTES, with configurable defaul
ASK_TOTALSPACECAPACITYBYTES() Getter for TOTALSPACECAPACITYBYTES w/ exceptions if field ha
HAS_TOTALSPACECAPACITYBYTES() Determine if TOTALSPACECAPACITYBYTES has a value

kbCount

The number of knowledge bases owned by the user.

Accessible with the following methods

Method Description
GET_KBCOUNT() Getter for KBCOUNT, with configurable default
ASK_KBCOUNT() Getter for KBCOUNT w/ exceptions if field has no value
HAS_KBCOUNT() Determine if KBCOUNT has a value

spaceCount

The number of spaces owned by the user.

Accessible with the following methods

Method Description
GET_SPACECOUNT() Getter for SPACECOUNT, with configurable default
ASK_SPACECOUNT() Getter for SPACECOUNT w/ exceptions if field has no value
HAS_SPACECOUNT() Determine if SPACECOUNT 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_USERINDEXCAPACITYLIST

TYPES TT_USERINDEXCAPACITYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTUSERINDEXCAPACITY WITH DEFAULT KEY
.