RefreshScheduleScheduleArgs

data class RefreshScheduleScheduleArgs(val refreshType: Output<String>, val scheduleFrequency: Output<RefreshScheduleScheduleScheduleFrequencyArgs>? = null, val startAfterDateTime: Output<String>? = null) : ConvertibleToJava<RefreshScheduleScheduleArgs>

Constructors

Link copied to clipboard
constructor(refreshType: Output<String>, scheduleFrequency: Output<RefreshScheduleScheduleScheduleFrequencyArgs>? = null, startAfterDateTime: Output<String>? = null)

Properties

Link copied to clipboard
val refreshType: Output<String>

The type of refresh that the dataset undergoes. Valid values are INCREMENTAL_REFRESH and FULL_REFRESH.

Link copied to clipboard

The configuration of the schedule frequency. See schedule_frequency.

Link copied to clipboard
val startAfterDateTime: Output<String>? = null

Time after which the refresh schedule can be started, expressed in YYYY-MM-DDTHH:MM:SS format.

Functions

Link copied to clipboard
open override fun toJava(): RefreshScheduleScheduleArgs