/AWS1/CL_APCCONFIGURATION¶
Configuration
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_content TYPE /AWS1/APCBLOB /AWS1/APCBLOB¶
The content of the configuration or the configuration data.
The
Contentattribute only contains data if the system finds new or updated configuration data. If there is no new or updated data andClientConfigurationVersionmatches the version of the current configuration, AppConfig returns a204 No ContentHTTP response code and theContentvalue will be empty.
iv_configurationversion TYPE /AWS1/APCVERSION /AWS1/APCVERSION¶
The configuration version.
iv_contenttype TYPE /AWS1/APCSTRING /AWS1/APCSTRING¶
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
Queryable Attributes¶
Content¶
The content of the configuration or the configuration data.
The
Contentattribute only contains data if the system finds new or updated configuration data. If there is no new or updated data andClientConfigurationVersionmatches the version of the current configuration, AppConfig returns a204 No ContentHTTP response code and theContentvalue will be empty.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENT() |
Getter for CONTENT, with configurable default |
ASK_CONTENT() |
Getter for CONTENT w/ exceptions if field has no value |
HAS_CONTENT() |
Determine if CONTENT has a value |
ConfigurationVersion¶
The configuration version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATIONVERSION() |
Getter for CONFIGURATIONVERSION, with configurable default |
ASK_CONFIGURATIONVERSION() |
Getter for CONFIGURATIONVERSION w/ exceptions if field has n |
HAS_CONFIGURATIONVERSION() |
Determine if CONFIGURATIONVERSION has a value |
ContentType¶
A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTENTTYPE() |
Getter for CONTENTTYPE, with configurable default |
ASK_CONTENTTYPE() |
Getter for CONTENTTYPE w/ exceptions if field has no value |
HAS_CONTENTTYPE() |
Determine if CONTENTTYPE has a value |