[QUERY] Getting file from ADLS Gen2 using InputStream as exist in blob storage #24087
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Hi,
I didn't find any API that can return InputStream when trying to retrieve file from ADLS Gen2
There is only API with dataLakeFileClient.openQueryInputStream
but I would like withoput any query to get the inputstream to the file as I have in blobStorage
blobClient.openInputStream(blobInputStreamOptions);
I don't habe the file path.
Thanks,
Itay
The text was updated successfully, but these errors were encountered: