struct CB::Model::Backup
- CB::Model::Backup
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
Constructors
- .new(name : String, started_at : Time, finished_at : Time, lsn_start : String, lsn_stop : String, size_bytes : UInt64)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #clone
- #copy_with(name _name = @name, started_at _started_at = @started_at, finished_at _finished_at = @finished_at, lsn_start _lsn_start = @lsn_start, lsn_stop _lsn_stop = @lsn_stop, size_bytes _size_bytes = @size_bytes)
- #finished_at : Time
- #lsn_start : String
- #lsn_stop : String
- #name : String
- #size_bytes : UInt64
- #started_at : Time
Constructor Detail
def self.new(name : String, started_at : Time, finished_at : Time, lsn_start : String, lsn_stop : String, size_bytes : UInt64)
#
Instance Method Detail
def copy_with(name _name = @name, started_at _started_at = @started_at, finished_at _finished_at = @finished_at, lsn_start _lsn_start = @lsn_start, lsn_stop _lsn_stop = @lsn_stop, size_bytes _size_bytes = @size_bytes)
#