DeleteByQueryResult

data class DeleteByQueryResult(    val took: Long,     val timedOut: Boolean,     val total: Long,     val deleted: Long,     val batches: Int,     val versionConflicts: Long,     val noops: Long,     val retries: BulkScrollRetries,     val throttledMillis: Long,     val requestsPerSecond: Float,     val throttledUntilMillis: Long,     val failures: List<BulkScrollFailure>)

Constructors

Link copied to clipboard
fun DeleteByQueryResult(    took: Long,     timedOut: Boolean,     total: Long,     deleted: Long,     batches: Int,     versionConflicts: Long,     noops: Long,     retries: BulkScrollRetries,     throttledMillis: Long,     requestsPerSecond: Float,     throttledUntilMillis: Long,     failures: List<BulkScrollFailure>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val noops: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val took: Long
Link copied to clipboard
val total: Long
Link copied to clipboard