struct Elasticsearch::Documents::UpdateByQueryResponse

Included Modules

Defined in:

documents.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def batches : Int64 #

[View source]
def deleted : Int64 #

[View source]
def failures : Array(JSON::Any) #

[View source]
def noops : Int64 #

[View source]
def requests_per_second : Float64 #

[View source]
def retries : Retries #

[View source]
def throttled : Time::Span #

[View source]
def throttled_until : Time::Span #

[View source]
def timed_out? : Bool #

[View source]
def took : Time::Span #

[View source]
def total : Int64 #

[View source]
def updated : Int64 #

[View source]
def version_conflicts : Int64 #

[View source]