pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.datafactory.kotlin.inputs
/
DatasetDelimitedTextAzureBlobFsLocationArgs
/
DatasetDelimitedTextAzureBlobFsLocationArgs
Dataset
Delimited
Text
Azure
Blob
Fs
Location
Args
fun
DatasetDelimitedTextAzureBlobFsLocationArgs
(
dynamicFileSystemEnabled
:
Output
<
Boolean
>
?
=
null
,
dynamicFilenameEnabled
:
Output
<
Boolean
>
?
=
null
,
dynamicPathEnabled
:
Output
<
Boolean
>
?
=
null
,
fileSystem
:
Output
<
String
>
?
=
null
,
filename
:
Output
<
String
>
?
=
null
,
path
:
Output
<
String
>
?
=
null
)