RestoreJobOtsDetail

data class RestoreJobOtsDetail(val overwriteExisting: Boolean? = null)

Constructors

Link copied to clipboard
constructor(overwriteExisting: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to overwrite the existing table storage recovery task. Valid values: true, false.