TemporaryLocalFolder Parameter (Connect-Parquet Cmdlet)
The path, or URI, to the folder that is used to temporarily download parquet file(s).
Syntax
Connect-Parquet -TemporaryLocalFolder string
Data Type
cstr
Default Value
""
Remarks
The path, or URI, to the folder that is used to temporarily download parquet file(s) from cloud sources like S3, Azure etc. For instance: TemporaryLocalFolder='C:/User/Download'. The downloaded files are by default deleted automatically after parsing, this behavior can be changed using connection property 'DeleteDownloadedFiles'