DataLakeTargetStorageResponse

data class DataLakeTargetStorageResponse(val datalakeStorage: DataLakeServiceStorageResponse? = null, val fabricOneLake: DataLakeFabricStorageResponse? = null, val localStorage: DataLakeLocalStorageResponse? = null)

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

Constructors

Link copied to clipboard
constructor(datalakeStorage: DataLakeServiceStorageResponse? = null, fabricOneLake: DataLakeFabricStorageResponse? = null, localStorage: DataLakeLocalStorageResponse? = null)

Types

Link copied to clipboard
object Companion

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.