LogCompressionStats class

Log Compression Statistics

Constructors

LogCompressionStats.new({required int totalLogsCompressed, required int totalBytesCompressed, required int totalBytesUncompressed, required double compressionRatio, required double compressionEfficiency, required int bufferSize, required bool isRunning})

Properties

bufferSize int
final
compressionEfficiency double
final
compressionRatio double
final
hashCode int
The hash code for this object.
no setterinherited
isRunning bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spaceSaved int
Space saved in bytes
no setter
spaceSavedPercentage double
Space saved as percentage
no setter
totalBytesCompressed int
final
totalBytesUncompressed int
final
totalLogsCompressed int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited