TaskSchedule

Configures your DataSync task to run on a schedule (at a minimum interval of 1 hour).

Types

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

Properties

Link copied to clipboard

Specifies your task schedule by using a cron or rate expression.

Link copied to clipboard

Specifies whether to enable or disable your task schedule. Your schedule is enabled by default, but there can be situations where you need to disable it. For example, you might need to pause a recurring transfer to fix an issue with your task or perform maintenance on your storage system.

Functions

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