struct Loki::Model::IndexStatsResponse

Included Modules

Defined in:

models/query.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(streams : UInt64, chunks : UInt64, bytes : UInt64, entries : UInt64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bytes : UInt64 #

def chunks : UInt64 #

def clone #

[View source]
def copy_with(streams _streams = @streams, chunks _chunks = @chunks, bytes _bytes = @bytes, entries _entries = @entries) #

[View source]
def entries : UInt64 #

def streams : UInt64 #