WorkspaceStatistics public class WorkspaceStatistics Documentation public int ExtractedTextFileCount { get; set; } public long ExtractedTextFileSize { get; set; } public int IntermediateFileCount { get; set; } public long IntermediateFileSize { get; set; } public int NativeFileCount { get; set; } public long NativeFileSize { get; set; } public int NonRepositoryInvariantFileCount { get; set; } public long NonRepositoryInvariantFileSize { get; set; } public int PageFileCount { get; set; } public long PageFileSize { get; set; } public WorkspaceStatistics()