struct Loki::Model::IndexStatsResponse
- Loki::Model::IndexStatsResponse
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
models/query.crConstructors
- .new(streams : UInt64, chunks : UInt64, bytes : UInt64, entries : UInt64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #bytes : UInt64
- #chunks : UInt64
- #clone
- #copy_with(streams _streams = @streams, chunks _chunks = @chunks, bytes _bytes = @bytes, entries _entries = @entries)
- #entries : UInt64
- #streams : UInt64
Constructor Detail
Instance Method Detail
def copy_with(streams _streams = @streams, chunks _chunks = @chunks, bytes _bytes = @bytes, entries _entries = @entries)
#