struct Elasticsearch::Size
- Elasticsearch::Size
- Struct
- Value
- Object
Overview
Represents a number of bytes, primarily used in inspecting index stats to provide byte eizes that are human-readable.
es.indices.stats("*").all.total.store.size_in_bytes.inspect # => "5.05GB"