RefreshFrequency

Specifies the interval between each scheduled refresh of a dataset.

Types

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

Properties

Link copied to clipboard

The interval between scheduled refreshes. Valid values are as follows:

Link copied to clipboard

The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.

Link copied to clipboard

The time of day that you want the datset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.

Link copied to clipboard

The timezone that you want the refresh schedule to use. The timezone ID must match a corresponding ID found on java.util.time.getAvailableIDs().

Functions

Link copied to clipboard
inline fun copy(block: RefreshFrequency.Builder.() -> Unit = {}): RefreshFrequency
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