ResultStatistics interface
Search job execution statistics.
Properties
| ingested |
The number of rows that were returned by the search job. |
| progress | Search job completion percentage. |
| scanned |
Search job: Amount of scanned data. |
Property Details
ingestedRecords
The number of rows that were returned by the search job.
ingestedRecords?: number
Property Value
number
progress
Search job completion percentage.
progress?: number
Property Value
number
scannedGb
Search job: Amount of scanned data.
scannedGb?: number
Property Value
number