struct
Meilisearch::Crystal::Task::DocumentDetails
Overview
Counts and filters reported by document mutation tasks.
Defined in:
meilisearch/crystal/task.crConstructors
-
.new(pull : JSON::PullParser)
Counts and filters reported by document mutation tasks.
Instance Method Summary
- #deleted_documents : Int64 | Nil
- #indexed_documents : Int64 | Nil
- #original_filter : String | Nil
- #provided_ids : Int64 | Nil
- #received_documents : Int64 | Nil
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new