DataLakeFabricStorageResponse

data class DataLakeFabricStorageResponse(val authentication: DataLakeFabricStorageAuthenticationResponse, val endpoint: String, val fabricPath: String, val guids: FabricGuidsResponse? = null, val names: FabricNamesResponse? = null)

DataLake Fabric Storage details.

Constructors

Link copied to clipboard
constructor(authentication: DataLakeFabricStorageAuthenticationResponse, endpoint: String, fabricPath: String, guids: FabricGuidsResponse? = null, names: FabricNamesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DataLake fabric storage authentication details.

Link copied to clipboard

DataLake fabric storage endpoint to use.

Link copied to clipboard

Fabric path type to use.

Link copied to clipboard

Fabric one lake Guids.

Link copied to clipboard

Fabric one lake Names.