kCura.WinEDDS.Exporters.VolumePredictions
namespace kCura.WinEDDS.Exporters
{
public class VolumePredictions
{
public long NativeFileCount { get; set; }
public long ImageFileCount { get; set; }
public long TextFileCount { get; set; }
public long PdfFileCount { get; set; }
public long NativeFilesSize { get; set; }
public long ImageFilesSize { get; set; }
public long TextFilesSize { get; set; }
public long PdfFileSize { get; set; }
public long TotalFileSize { get; }
public VolumePredictions();
}
}