struct Meilisearch::Crystal::Batch

Overview

A group of tasks processed together by Meilisearch.

Defined in:

meilisearch/crystal/advanced.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) #

A group of tasks processed together by Meilisearch.


[View source]

Instance Method Detail

def batch_strategy : String | Nil #

def details : JSON::Any #

def duration : Time::Span | Nil #

[View source]
def finished_at : Time | Nil #

[View source]
def progress : JSON::Any | Nil #

def started_at : Time | Nil #

[View source]
def stats : JSON::Any #

def uid : Int64 #