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

后端 未结 4 965
伪装坚强ぢ
伪装坚强ぢ 2021-02-09 16:44

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 17:11

    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.

提交回复
热议问题