/AWS1/CL_TSQSCHDDQUERYINSIGHTS¶
Encapsulates settings for enabling QueryInsights on an ExecuteScheduledQueryRequest.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_mode TYPE /AWS1/TSQSCHDDQUERYINSIGHTSMDE /AWS1/TSQSCHDDQUERYINSIGHTSMDE¶
Provides the following modes to enable
ScheduledQueryInsights:
ENABLED_WITH_RATE_CONTROL– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS).
DISABLED– DisablesScheduledQueryInsights.
Queryable Attributes¶
Mode¶
Provides the following modes to enable
ScheduledQueryInsights:
ENABLED_WITH_RATE_CONTROL– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS).
DISABLED– DisablesScheduledQueryInsights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |