ShareSnapshotSchedule

data class ShareSnapshotSchedule(val name: String, val recurrence: String, val startTime: String)

Constructors

Link copied to clipboard
constructor(name: String, recurrence: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the snapshot schedule.

Link copied to clipboard

The interval of the synchronization with the source data. Possible values are Hour and Day.

Link copied to clipboard

The synchronization with the source data's start time.