/AWS1/CL_BDAINLINECONTENT¶
Contains information about content defined inline to ingest into a data source. Choose a type and include the field that corresponds to it.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/BDAINLINECONTENTTYPE /AWS1/BDAINLINECONTENTTYPE¶
The type of inline content to define.
Optional arguments:¶
io_bytecontent TYPE REF TO /AWS1/CL_BDABYTECONTENTDOC /AWS1/CL_BDABYTECONTENTDOC¶
Contains information about content defined inline in bytes.
io_textcontent TYPE REF TO /AWS1/CL_BDATEXTCONTENTDOC /AWS1/CL_BDATEXTCONTENTDOC¶
Contains information about content defined inline in text.
Queryable Attributes¶
type¶
The type of inline content to define.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
byteContent¶
Contains information about content defined inline in bytes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BYTECONTENT() |
Getter for BYTECONTENT |
textContent¶
Contains information about content defined inline in text.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEXTCONTENT() |
Getter for TEXTCONTENT |