GCPolicyMaxVersion

data class GCPolicyMaxVersion(val number: Int)

Constructors

Link copied to clipboard
constructor(number: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: Int

Number of version before applying the GC policy.

-----