struct

Karma::Idempotency::SnapshotMetadata

Inherits JSON::Serializable < Struct < Value < Object

Constructors

from_response(object : JSON::Any) : SnapshotMetadata
Source
new(file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64, record_count : Int32, committed_stream_count : Int32)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

bytes
Source
committed_stream_count
Source
file
Source
last_lsn
Source
record_count
Source
timestamp
Source
to_response
Source