ResultStatisticsResponse

data class ResultStatisticsResponse(val ingestedRecords: Int, val progress: Double, val scannedGb: Double)

Search job execution statistics.

Constructors

Link copied to clipboard
constructor(ingestedRecords: Int, progress: Double, scannedGb: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of rows that were returned by the search job.

Link copied to clipboard

Search job completion percentage.

Link copied to clipboard

Search job: Amount of scanned data.