toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.iotoperationsmq.kotlin.outputs
/
DeltaTableResponse
Delta
Table
Response
data
class
DeltaTableResponse
(
val
schema
:
List
<
DeltaTableSchemaResponse
>
,
val
tableName
:
String
,
val
tablePath
:
String
?
=
null
)
Delta table properties
Members
Constructors
Delta
Table
Response
Link copied to clipboard
constructor
(
schema
:
List
<
DeltaTableSchemaResponse
>
,
tableName
:
String
,
tablePath
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
schema
Link copied to clipboard
val
schema
:
List
<
DeltaTableSchemaResponse
>
Schema list supported.
table
Name
Link copied to clipboard
val
tableName
:
String
Delta table name.
table
Path
Link copied to clipboard
val
tablePath
:
String
?
=
null
Delta table path.