struct
Meilisearch::Crystal::Batch
- Meilisearch::Crystal::Batch
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
A group of tasks processed together by Meilisearch.
Defined in:
meilisearch/crystal/advanced.crConstructors
-
.new(pull : JSON::PullParser)
A group of tasks processed together by Meilisearch.
Instance Method Summary
- #batch_strategy : String | Nil
- #details : JSON::Any
- #duration : Time::Span | Nil
- #finished_at : Time | Nil
- #progress : JSON::Any | Nil
- #started_at : Time | Nil
- #stats : JSON::Any
- #uid : Int64
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new