question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[QUERY] Azure Storage Tables

See original GitHub issue

Query/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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
joelverhagencommented, Mar 22, 2021

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 😄.

1reaction
mayuridcommented, Mar 11, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found