/AWS1/CL_KNDDATASRCSYNCJOBME00¶
Maps a particular data source sync job to a particular data source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasourceid TYPE /AWS1/KNDDATASOURCEID /AWS1/KNDDATASOURCEID¶
The ID of the data source that is running the sync job.
Optional arguments:¶
iv_datasourcesyncjobid TYPE /AWS1/KNDDATASOURCESYNCJOBID /AWS1/KNDDATASOURCESYNCJOBID¶
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
Queryable Attributes¶
DataSourceId¶
The ID of the data source that is running the sync job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCEID() |
Getter for DATASOURCEID, with configurable default |
ASK_DATASOURCEID() |
Getter for DATASOURCEID w/ exceptions if field has no value |
HAS_DATASOURCEID() |
Determine if DATASOURCEID has a value |
DataSourceSyncJobId¶
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCESYNCJOBID() |
Getter for DATASOURCESYNCJOBID, with configurable default |
ASK_DATASOURCESYNCJOBID() |
Getter for DATASOURCESYNCJOBID w/ exceptions if field has no |
HAS_DATASOURCESYNCJOBID() |
Determine if DATASOURCESYNCJOBID has a value |