Directory Parameter (Connect-ADLS Cmdlet)
Specifies the root directory path in Azure Data Lake Storage where the provider begins listing files and folders.
Syntax
Connect-ADLS -Directory string
Data Type
cstr
Default Value
""
Remarks
The root directory path determines where in your Azure Data Lake Storage Gen2 file system the cmdlet begins listing files and folders.
If this property is left unset, the cmdlet lists files and folders from the root of the specified file system.
You can set this to a specific folder path to limit queries to a subset of the file system.
Directory paths are case-sensitive and must use forward slashes "/" as separators.