ReindexResponse

@Serializable
data class ReindexResponse(val took: Int, val timedOut: Boolean, val total: Int, val updated: Int, val created: Int, val deleted: Int, val batches: Int, val versionConflicts: Int, val noops: Int, val retries: ReindexRetries, val throttledMillis: Int, val requestsPerSecond: Double, val throttledUntilMillis: Int, val failures: List<String>)

Constructors

Link copied to clipboard
constructor(took: Int, timedOut: Boolean, total: Int, updated: Int, created: Int, deleted: Int, batches: Int, versionConflicts: Int, noops: Int, retries: ReindexRetries, throttledMillis: Int, requestsPerSecond: Double, throttledUntilMillis: Int, failures: List<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val noops: Int
Link copied to clipboard
@SerialName(value = "requests_per_second")
val requestsPerSecond: Double
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "throttled_millis")
val throttledMillis: Int
Link copied to clipboard
@SerialName(value = "throttled_until_millis")
val throttledUntilMillis: Int
Link copied to clipboard
@SerialName(value = "timed_out")
val timedOut: Boolean
Link copied to clipboard
val took: Int
Link copied to clipboard
val total: Int
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "version_conflicts")
val versionConflicts: Int