/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 ofRefreshIntervalonly.
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.
iv_continuoussync TYPE /AWS1/GLUCONTINUOUSSYNC /AWS1/GLUCONTINUOUSSYNC¶
Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift and Amazon S3.
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 ofRefreshIntervalonly.
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 |
ContinuousSync¶
Enables continuous synchronization for on-demand data extractions from SaaS applications to Amazon Web Services data services like Amazon Redshift and Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTINUOUSSYNC() |
Getter for CONTINUOUSSYNC, with configurable default |
ASK_CONTINUOUSSYNC() |
Getter for CONTINUOUSSYNC w/ exceptions if field has no valu |
HAS_CONTINUOUSSYNC() |
Determine if CONTINUOUSSYNC has a value |