ResultStatisticsResponse

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

Search job execution statistics.

Constructors

Link copied to clipboard
constructor(ingestedRecords: Int, progress: 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.