/AWS1/CL_MDTSEGMENTDELIVERYC00¶
The segment delivery configuration settings.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_baseurl TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING¶
The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as
https://example.com/some/path. To use a relative URL specify the relative path, such as/some/path*.
iv_name TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING¶
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
Queryable Attributes¶
BaseUrl¶
The base URL of the host or path of the segment delivery server that you're using to serve segments. This is typically a content delivery network (CDN). The URL can be absolute or relative. To use an absolute URL include the protocol, such as
https://example.com/some/path. To use a relative URL specify the relative path, such as/some/path*.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_BASEURL() | Getter for BASEURL, with configurable default | 
| ASK_BASEURL() | Getter for BASEURL w/ exceptions if field has no value | 
| HAS_BASEURL() | Determine if BASEURL has a value | 
Name¶
A unique identifier used to distinguish between multiple segment delivery configurations in a source location.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NAME() | Getter for NAME, with configurable default | 
| ASK_NAME() | Getter for NAME w/ exceptions if field has no value | 
| HAS_NAME() | Determine if NAME 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___LISTOFSEGMENTDELIVERYCONF¶
TYPES TT___LISTOFSEGMENTDELIVERYCONF TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDTSEGMENTDELIVERYC00 WITH DEFAULT KEY
.