ResultStatistics interface

Search job execution statistics.

Properties

ingestedRecords

The number of rows that were returned by the search job. NOTE: This property will not be serialized. It can only be populated by the server.

progress

Search job completion percentage. NOTE: This property will not be serialized. It can only be populated by the server.

scannedGb

Search job: Amount of scanned data. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

ingestedRecords

The number of rows that were returned by the search job. NOTE: This property will not be serialized. It can only be populated by the server.

ingestedRecords?: number

Property Value

number

progress

Search job completion percentage. NOTE: This property will not be serialized. It can only be populated by the server.

progress?: number

Property Value

number

scannedGb

Search job: Amount of scanned data. NOTE: This property will not be serialized. It can only be populated by the server.

scannedGb?: number

Property Value

number