OtsBackupPlanOtsDetail

data class OtsBackupPlanOtsDetail(val tableNames: List<String>? = null)

Constructors

Link copied to clipboard
constructor(tableNames: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tableNames: List<String>? = null

The names of the destination tables in the Tablestore instance. Note: Required while source_type equals OTS_TABLE.