/AWS1/CL_BDOCONFBUNDLEACTION¶
An action that applies a configuration bundle override, either as a static override or a weighted split for A/B testing.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_staticoverride TYPE REF TO /AWS1/CL_BDOSTATICOVERRIDE /AWS1/CL_BDOSTATICOVERRIDE¶
A static configuration bundle override that applies a single bundle version to all matching requests.
io_weightedoverride TYPE REF TO /AWS1/CL_BDOWEIGHTEDOVERRIDE /AWS1/CL_BDOWEIGHTEDOVERRIDE¶
A weighted configuration bundle override that splits traffic between multiple bundle versions based on configured weights.
Queryable Attributes¶
staticOverride¶
A static configuration bundle override that applies a single bundle version to all matching requests.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATICOVERRIDE() |
Getter for STATICOVERRIDE |
weightedOverride¶
A weighted configuration bundle override that splits traffic between multiple bundle versions based on configured weights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEIGHTEDOVERRIDE() |
Getter for WEIGHTEDOVERRIDE |