[QUERY] Azure Storage Tables
See original GitHub issueQuery/Question
If I’m using the Tables in Azure Storage what’s currently the correct SDK package for connecting and working with those tables so that we can read/write?
Environment:
- Name and version of the Library package used: that’s the question
- Hosting platform or OS and .NET runtime version (
dotnet --info
output for .NET Core projects): .net core 3.1 / xamarin - IDE and version : n/a
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Querying tables and entities (REST API) - Azure Storage
Querying tables and entities in the Table service requires careful construction of the request URI. The following sections describe query ...
Read more >Design Azure Table storage for queries
Design tables for queries in Azure Table storage. Choose an appropriate partition key, optimize queries, and sort data for the Table service.
Read more >Query Tables (REST API) - Azure Storage
The Query Tables operation returns the list of tables in the account as an OData entity set. According to the value of the...
Read more >Power Query Azure Table Storage connector
Connect to Azure Table Storage from Power Query Desktop · From Get Data, select the Azure category, select Azure Table Storage, and then...
Read more >Introduction to Table storage - Object storage in Azure
You can use Table storage to store and query huge sets of structured, non-relational data, and your tables will scale as demand increases....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have found that Azure.Data.Tables is pre-release on NuGet.org: https://www.nuget.org/packages/Azure.Data.Tables/. I haven’t tried moving my code to it yet but it looks promising from the README 😄.
We are working on a new Tables offering which will align to the same guidelines and principles that the mentioned Blobs library. The work is in progress and we can provide a more concrete timeline in a few weeks.