Karma::Idempotency::SnapshotMetadata
Inherits JSON::Serializable < Struct < Value < Object
Constructors
from_response(object : JSON::Any) : SnapshotMetadata
Sourcenew(file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64, record_count : Int32, committed_stream_count : Int32)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
bytes
Sourcecommitted_stream_count
Sourcefile
Sourcelast_lsn
Sourcerecord_count
Sourcetimestamp
Sourceto_response
Source