struct
Sepia::Backup::BackupStatistics
- Sepia::Backup::BackupStatistics
- Struct
- Value
- Object
Overview
Statistics about backup contents
Defined in:
sepia/backup.crConstructors
Instance Method Summary
- #add_object(class_name : String, object_type : ObjectType)
- #classes : Set(String)
- #classes=(classes : Set(String))
- #container_objects : Int32
- #container_objects=(container_objects : Int32)
- #initialize
- #serializable_objects : Int32
- #serializable_objects=(serializable_objects : Int32)
- #total_files : Int32
- #total_files=(total_files : Int32)
- #total_objects : Int32
- #total_objects=(total_objects : Int32)
- #total_size : Int64
- #total_size=(total_size : Int64)