Package version:

Interface LakeHouseLocation

The location of Microsoft Fabric Lakehouse Files dataset.

interface LakeHouseLocation {
    fileName?: any;
    folderPath?: any;
    type: "LakeHouseLocation";
}

Hierarchy (view full)

Properties

fileName?: any

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

folderPath?: any

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

type

Polymorphic discriminator, which specifies the different types this object can be