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