toggle menu
search-client
common
switch theme
search in API
search-client
/
com.jillesvangurp.ktsearch
/
DeleteByQueryResponse
Delete
By
Query
Response
@
Serializable
data
class
DeleteByQueryResponse
(
val
took
:
Long
,
val
timedOut
:
Boolean
,
val
total
:
Long
,
val
deleted
:
Long
,
val
batches
:
Long
,
val
versionConflicts
:
Long
,
val
noops
:
Long
,
val
retries
:
DeleteByQueryResponse.Retries
,
val
requestsPerSecond
:
Double
,
val
throttledUntilMillis
:
Long
,
val
failures
:
List
<
JsonObject
>
?
=
null
)
Members
Constructors
Delete
By
Query
Response
Link copied to clipboard
constructor
(
took
:
Long
,
timedOut
:
Boolean
,
total
:
Long
,
deleted
:
Long
,
batches
:
Long
,
versionConflicts
:
Long
,
noops
:
Long
,
retries
:
DeleteByQueryResponse.Retries
,
requestsPerSecond
:
Double
,
throttledUntilMillis
:
Long
,
failures
:
List
<
JsonObject
>
?
=
null
)
Types
Retries
Link copied to clipboard
@
Serializable
data
class
Retries
(
val
bulk
:
Long
,
val
search
:
Long
)
Properties
batches
Link copied to clipboard
val
batches
:
Long
deleted
Link copied to clipboard
val
deleted
:
Long
failures
Link copied to clipboard
val
failures
:
List
<
JsonObject
>
?
=
null
noops
Link copied to clipboard
val
noops
:
Long
requests
Per
Second
Link copied to clipboard
@
SerialName
(
value
=
"requests_per_second"
)
val
requestsPerSecond
:
Double
retries
Link copied to clipboard
val
retries
:
DeleteByQueryResponse.Retries
throttled
Until
Millis
Link copied to clipboard
@
SerialName
(
value
=
"throttled_until_millis"
)
val
throttledUntilMillis
:
Long
timed
Out
Link copied to clipboard
@
SerialName
(
value
=
"timed_out"
)
val
timedOut
:
Boolean
took
Link copied to clipboard
val
took
:
Long
total
Link copied to clipboard
val
total
:
Long
version
Conflicts
Link copied to clipboard
@
SerialName
(
value
=
"version_conflicts"
)
val
versionConflicts
:
Long