Type Alias FileStatistics

Statistics for file-based tasks.

type FileStatistics = {
    processedCount?: number;
    volume?: string;
}
Index
processedCount?: number

Number of files processed.

volume?: string

Volume of data processed (e.g. '10.91 MiB').