struct
Meilisearch::Crystal::Stats
- Meilisearch::Crystal::Stats
- Meilisearch::Crystal::Resource
- Struct
- Value
- Object
Overview
Server-wide database and per-index statistics.
Defined in:
meilisearch/crystal/management.crConstructors
-
.new(pull : JSON::PullParser)
Server-wide database and per-index statistics.
Instance Method Summary
- #database_size : Int64
- #indexes : Hash(String, Index::Stats)
- #last_update : Time | Nil
- #used_database_size : Int64 | Nil
Constructor methods inherited from struct Meilisearch::Crystal::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new