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
/
BlobStreamInputDataSourceArgs
/
BlobStreamInputDataSourceArgs
Blob
Stream
Input
Data
Source
Args
constructor
(
container
:
Output
<
String
>
?
=
null
,
dateFormat
:
Output
<
String
>
?
=
null
,
pathPattern
:
Output
<
String
>
?
=
null
,
sourcePartitionCount
:
Output
<
Int
>
?
=
null
,
storageAccounts
:
Output
<
List
<
StorageAccountArgs
>
>
?
=
null
,
timeFormat
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
)