AzureDataLakeStoreLocation Class

The location of azure data lake store dataset.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datafactory.models._models_py3.DatasetLocation
AzureDataLakeStoreLocation

Constructor

AzureDataLakeStoreLocation(*, additional_properties: Optional[Dict[str, Any]] = None, folder_path: Optional[Any] = None, file_name: Optional[Any] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

type
str

Required. Type of dataset storage location.Constant filled by server.

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).