DeltaTableResponse

data class DeltaTableResponse(val schema: List<DeltaTableSchemaResponse>, val tableName: String, val tablePath: String? = null)

Delta table properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Schema list supported.

Link copied to clipboard

Delta table name.

Link copied to clipboard
val tablePath: String? = null

Delta table path.