Data Lake Fabric Storage Response
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)