EnterpriseSnapshotPolicyRetainRule

data class EnterpriseSnapshotPolicyRetainRule(val number: Int? = null, val timeInterval: Int? = null, val timeUnit: String? = null)

Constructors

Link copied to clipboard
constructor(number: Int? = null, timeInterval: Int? = null, timeUnit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val number: Int? = null

Retention based on counting method.

Link copied to clipboard
val timeInterval: Int? = null

Time unit.

Link copied to clipboard
val timeUnit: String? = null

Time-based retention.