Type Alias FileStatistics

Statistics for file-based tasks.

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

Properties

processedCount?: number

Number of files processed.

volume?: string