CompressedLogBatch constructor
CompressedLogBatch({})
Implementation
CompressedLogBatch({
required this.id,
required this.timestamp,
required this.logCount,
required this.uncompressedSize,
required this.compressedSize,
required this.compressionRatio,
required this.compressedData,
required this.logLevels,
required this.timeRange,
});