DataLakeTargetStorageArgs

data class DataLakeTargetStorageArgs(val datalakeStorage: Output<DataLakeServiceStorageArgs>? = null, val fabricOneLake: Output<DataLakeFabricStorageArgs>? = null, val localStorage: Output<DataLakeLocalStorageArgs>? = null) : ConvertibleToJava<DataLakeTargetStorageArgs>

Target storage for the DataLake. NOTE - Enum only storage is supported at a time.

Constructors

Link copied to clipboard
constructor(datalakeStorage: Output<DataLakeServiceStorageArgs>? = null, fabricOneLake: Output<DataLakeFabricStorageArgs>? = null, localStorage: Output<DataLakeLocalStorageArgs>? = null)

Properties

Link copied to clipboard

DataLake service storage details.

Link copied to clipboard

Fabric one lake storage details.

Link copied to clipboard

Local storage details.

Functions

Link copied to clipboard
open override fun toJava(): DataLakeTargetStorageArgs