LakeHouseLocation Class

The location of Microsoft Fabric Lakehouse Files dataset.

Constructor

LakeHouseLocation(*args: Any, **kwargs: Any)

Variables

Name Description
folder_path
any

Specify the folder path of dataset. Type: string (or Expression with resultType string).

file_name
any

Specify the file name of dataset. Type: string (or Expression with resultType string).

type
str

Type of dataset storage location. Required. Default value is "LakeHouseLocation".

Attributes

type

Type of dataset storage location. Required. Default value is "LakeHouseLocation".

type: Literal['LakeHouseLocation']