struct Elasticsearch::Documents::UpdateByQueryResponse
- Elasticsearch::Documents::UpdateByQueryResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
documents.crConstructors
Instance Method Summary
- #batches : Int64
- #deleted : Int64
- #failures : Array(JSON::Any)
- #noops : Int64
- #requests_per_second : Float64
- #retries : Retries
- #throttled : Time::Span
- #throttled_until : Time::Span
- #timed_out? : Bool
- #took : Time::Span
- #total : Int64
- #updated : Int64
- #version_conflicts : Int64