struct Sepia::Backup::BackupStatistics

Overview

Statistics about backup contents

Defined in:

sepia/backup.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def add_object(class_name : String, object_type : ObjectType) #

[View source]
def classes : Set(String) #

[View source]
def classes=(classes : Set(String)) #

[View source]
def container_objects : Int32 #

[View source]
def container_objects=(container_objects : Int32) #

[View source]
def initialize #

[View source]
def serializable_objects : Int32 #

[View source]
def serializable_objects=(serializable_objects : Int32) #

[View source]
def total_files : Int32 #

[View source]
def total_files=(total_files : Int32) #

[View source]
def total_objects : Int32 #

[View source]
def total_objects=(total_objects : Int32) #

[View source]
def total_size : Int64 #

[View source]
def total_size=(total_size : Int64) #

[View source]