RollingInterval

If the interval for this SLO is a rolling interval, this structure contains the interval specifications.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the duration of each rolling interval. For example, if Duration is 7 and DurationUnit is DAY, each rolling interval is seven days.

Link copied to clipboard

Specifies the rolling interval unit.

Functions

Link copied to clipboard
inline fun copy(block: RollingInterval.Builder.() -> Unit = {}): RollingInterval
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String