/AWS1/CL_GLUINTEGRATIONCONFIG¶
Properties associated with the integration.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_refreshinterval
TYPE /AWS1/GLUSTRING128
/AWS1/GLUSTRING128
¶
Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from
15 minutes to 8640 minutes (six days). Currently supports creation ofRefreshInterval
only.
it_sourceproperties
TYPE /AWS1/CL_GLUINTEGRATIONSRCPR00=>TT_INTEGRATIONSOURCEPROPSMAP
TT_INTEGRATIONSOURCEPROPSMAP
¶
A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
Queryable Attributes¶
RefreshInterval¶
Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur. This parameter provides flexibility to align the refresh rate with your specific data update patterns, system load considerations, and performance optimization goals. Time increment can be set from
15 minutes to 8640 minutes (six days). Currently supports creation ofRefreshInterval
only.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REFRESHINTERVAL() |
Getter for REFRESHINTERVAL, with configurable default |
ASK_REFRESHINTERVAL() |
Getter for REFRESHINTERVAL w/ exceptions if field has no val |
HAS_REFRESHINTERVAL() |
Determine if REFRESHINTERVAL has a value |
SourceProperties¶
A collection of key-value pairs that specify additional properties for the integration source. These properties provide configuration options that can be used to customize the behavior of the ODB source during data integration operations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SOURCEPROPERTIES() |
Getter for SOURCEPROPERTIES, with configurable default |
ASK_SOURCEPROPERTIES() |
Getter for SOURCEPROPERTIES w/ exceptions if field has no va |
HAS_SOURCEPROPERTIES() |
Determine if SOURCEPROPERTIES has a value |