ResultStatistics Class
Search job execution statistics.
Constructor
ResultStatistics(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
progress
|
Search job completion percentage. |
|
ingested_records
|
The number of rows that were returned by the search job. |
|
scanned_gb
|
Search job: Amount of scanned data. |
Attributes
ingested_records
The number of rows that were returned by the search job.
ingested_records: int | None
progress
Search job completion percentage.
progress: float | None
scanned_gb
Amount of scanned data.
scanned_gb: float | None