How do I retrieve multiple types of entities using a single query to Azure Table Storage?

后端 未结 4 1679
我寻月下人不归
我寻月下人不归 2021-02-09 16:47

I\'m trying to grasp how Azure table storage works to create facebook-style feeds and I\'m stuck on how to retrieve the entries.

(My questions is almost the same as http

4条回答
  •  耶瑟儿~
    2021-02-09 16:50

    Use DynamicTableEntity as the entity type in your queries. It has a dictionary of properties you can look up. It can return any entity type.

提交回复
热议问题