DeltaTableArgs

data class DeltaTableArgs(val schema: Output<List<DeltaTableSchemaArgs>>, val tableName: Output<String>, val tablePath: Output<String>? = null) : ConvertibleToJava<DeltaTableArgs>

Delta table properties

Constructors

Link copied to clipboard
constructor(schema: Output<List<DeltaTableSchemaArgs>>, tableName: Output<String>, tablePath: Output<String>? = null)

Properties

Link copied to clipboard

Schema list supported.

Link copied to clipboard
val tableName: Output<String>

Delta table name.

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

Delta table path.

Functions

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