toggle menu
pulumi-azure-native-kotlin
1.104.0.2
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.streamanalytics.kotlin.inputs
/
AzureTableOutputDataSourceArgs
/
AzureTableOutputDataSourceArgs
Azure
Table
Output
Data
Source
Args
constructor
(
accountKey
:
Output
<
String
>
?
=
null
,
accountName
:
Output
<
String
>
?
=
null
,
batchSize
:
Output
<
Int
>
?
=
null
,
columnsToRemove
:
Output
<
List
<
String
>
>
?
=
null
,
partitionKey
:
Output
<
String
>
?
=
null
,
rowKey
:
Output
<
String
>
?
=
null
,
table
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)