<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.WinEDDS.Exporters.VolumePredictions

public class 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(); } }