/AWS1/CL_BDAINGESTIONJOBSTATS¶
Contains the statistics for the data ingestion job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_numberofdocumentsscanned TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
iv_numberofmetdocsscanned TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
iv_numberofnewdocsindexed TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The number of new source documents in the data source that were successfully indexed.
iv_numberofmoddeddocsindexed TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The number of modified source documents in the data source that were successfully indexed.
iv_numberofmetdocsmodified TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The number of metadata files that were updated or deleted.
iv_numberofdocumentsdeleted TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The number of source documents that were deleted.
iv_numberofdocumentsfailed TYPE /AWS1/BDAPRIMITIVELONG /AWS1/BDAPRIMITIVELONG¶
The number of source documents that failed to be ingested.
Queryable Attributes¶
numberOfDocumentsScanned¶
The total number of source documents that were scanned. Includes new, updated, and unchanged documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFDOCUMENTSSCANNED() |
Getter for NUMBEROFDOCUMENTSSCANNED |
numberOfMetadataDocumentsScanned¶
The total number of metadata files that were scanned. Includes new, updated, and unchanged files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFMETDOCSSCANNED() |
Getter for NUMBEROFMETDOCUMENTSSCANNED |
numberOfNewDocumentsIndexed¶
The number of new source documents in the data source that were successfully indexed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFNEWDOCSINDEXED() |
Getter for NUMBEROFNEWDOCUMENTSINDEXED |
numberOfModifiedDocumentsIndexed¶
The number of modified source documents in the data source that were successfully indexed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMOFMODDEDDOCSINDEXED() |
Getter for NUMBEROFMODIFIEDDOCSINDEXED |
numberOfMetadataDocumentsModified¶
The number of metadata files that were updated or deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFMETDOCSMODIFIED() |
Getter for NUMBEROFMETDOCUMENTSMODIFIED |
numberOfDocumentsDeleted¶
The number of source documents that were deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFDOCUMENTSDELETED() |
Getter for NUMBEROFDOCUMENTSDELETED |
numberOfDocumentsFailed¶
The number of source documents that failed to be ingested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NUMBEROFDOCUMENTSFAILED() |
Getter for NUMBEROFDOCUMENTSFAILED |