RetentionConfig

data class RetentionConfig(val maxHistoryDays: Int = 30, val maxFiles: Int = 100, val totalSizeCapBytes: Long = 10L * 1024 * 1024 * 1024)(source)

Constructors

Link copied to clipboard
constructor(maxHistoryDays: Int = 30, maxFiles: Int = 100, totalSizeCapBytes: Long = 10L * 1024 * 1024 * 1024)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard