/AWS1/CL_TSQUPDATEACCTSTGSRSP¶
UpdateAccountSettingsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_maxquerytcu TYPE /AWS1/TSQMAXQUERYCAPACITY /AWS1/TSQMAXQUERYCAPACITY¶
The configured maximum number of compute units the service will use at any point in time to serve your queries.
iv_querypricingmodel TYPE /AWS1/TSQQUERYPRICINGMODEL /AWS1/TSQQUERYPRICINGMODEL¶
The pricing model for an account.
io_querycompute TYPE REF TO /AWS1/CL_TSQQUERYCOMPUTERSP /AWS1/CL_TSQQUERYCOMPUTERSP¶
Confirms the updated account settings for querying data in your account.
Queryable Attributes¶
MaxQueryTCU¶
The configured maximum number of compute units the service will use at any point in time to serve your queries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXQUERYTCU() |
Getter for MAXQUERYTCU, with configurable default |
ASK_MAXQUERYTCU() |
Getter for MAXQUERYTCU w/ exceptions if field has no value |
HAS_MAXQUERYTCU() |
Determine if MAXQUERYTCU has a value |
QueryPricingModel¶
The pricing model for an account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYPRICINGMODEL() |
Getter for QUERYPRICINGMODEL, with configurable default |
ASK_QUERYPRICINGMODEL() |
Getter for QUERYPRICINGMODEL w/ exceptions if field has no v |
HAS_QUERYPRICINGMODEL() |
Determine if QUERYPRICINGMODEL has a value |
QueryCompute¶
Confirms the updated account settings for querying data in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCOMPUTE() |
Getter for QUERYCOMPUTE |