How to query Cloud Blobs on Windows Azure Storage

后端 未结 5 659
青春惊慌失措
青春惊慌失措 2020-12-10 00:43

I am using Microsoft.WindowsAzure.StorageClient to manipulate blobs on Azure storage. I have come to the point where the user needs to list the uploaded files and modify/del

5条回答
  •  悲&欢浪女
    2020-12-10 01:13

    U-SQL currently does not support interactive queries/search.

    For my use case, i am planning to utilize Azure blob storage for low-cost advantage and on each new blob file creation event trigger Azure Functions to do data transformation on the blob to feed processed output to Azure Cosmos DB or RDBMS (which supports queries).

提交回复
热议问题