struct Meilisearch::Crystal::Stats

Overview

Server-wide database and per-index statistics.

Defined in:

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

Server-wide database and per-index statistics.


[View source]

Instance Method Detail

def database_size : Int64 #

def indexes : Hash(String, Index::Stats) #

def last_update : Time | Nil #

def used_database_size : Int64 | Nil #