StorageStats

data class StorageStats(val envelopeCount: Int = 0, val totalSizeBytes: Long = 0)

Storage statistics for monitoring and cleanup management.

Constructors

Link copied to clipboard
constructor(envelopeCount: Int = 0, totalSizeBytes: Long = 0)

Properties

Link copied to clipboard

The total number of envelopes currently stored

Link copied to clipboard

The total storage size in bytes consumed by all stored envelopes