struct Meilisearch::Crystal::Task::CountDetails

Overview

Counts reported by task cancellation and deletion operations.

Defined in:

meilisearch/crystal/task.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Meilisearch::Crystal::Resource

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)
new

Macros inherited from struct Meilisearch::Crystal::Resource

define(name, &block) define, field(declaration) field, field!(declaration) field!, field?(declaration) field?

Constructor Detail

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

Counts reported by task cancellation and deletion operations.


[View source]

Instance Method Detail

def canceled_tasks : Int64 | Nil #

def deleted_tasks : Int64 | Nil #

def matched_tasks : Int64 | Nil #