LakeHouseLocation interface
The location of Microsoft Fabric Lakehouse Files dataset.
- Extends
Properties
| type | Type of dataset storage location. |
Inherited Properties
| additional |
Additional properties |
| file |
Specify the file name of dataset. Type: string (or Expression with resultType string). |
| folder |
Specify the folder path of dataset. Type: string (or Expression with resultType string) |
Property Details
type
Type of dataset storage location.
type: "LakeHouseLocation"
Property Value
"LakeHouseLocation"
Inherited Property Details
additionalProperties
Additional properties
additionalProperties?: Record<string, any>
Property Value
Record<string, any>
Inherited From DatasetLocation.additionalProperties
fileName
Specify the file name of dataset. Type: string (or Expression with resultType string).
fileName?: any
Property Value
any
Inherited From DatasetLocation.fileName
folderPath
Specify the folder path of dataset. Type: string (or Expression with resultType string)
folderPath?: any
Property Value
any
Inherited From DatasetLocation.folderPath