struct
Karma::Backup::SnapshotMetadata
- Karma::Backup::SnapshotMetadata
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
backup/metadata.crConstructors
- .from_response(object : JSON::Any) : SnapshotMetadata
- .new(tree : String, file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
Constructor Detail
def self.new(tree : String, file : String, timestamp : Int64, last_lsn : UInt64, bytes : Int64)
#