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.

[Tables] Discussion - Azure Tables SDK Beta.1

See original GitHub issue

The intent of this issue is to solicit feedback from the community in advance of the GA of the new Azure Tables library @azure/data-tables which replaces the Azure Tables support in the older azure-storage-node (which will follow several Beta releases).

_As a reference, the JavaScript Azure SDK guidelines can be found here: https://azure.github.io/azure-sdk/typescript_introduction.html#_

@azure/data-tables beta.1

We are happy to announce that we have released the first Beta of the new Azure Tables SDK. It conforms to our new guidelines on writing JS SDKs for Azure services which ensure it will remain idiomatic, consistent, and diagnosable.

The new package can be installed with npm install @azure/data-tables

Clients The new Azure Tables SDK provides 2 clients:

  • TableServiceClient - Which exposes operations at a service level such as creating and deleting tables, getting and setting access policies, and getting service statistics

  • TableClient - Which exposes operations at an entity level such as create, delete, update, upsert, get and list entities.

For more samples on how to use each client please take a look at our samples

We have created a few discussion issues to hear feedback about the key design decisions we have made, we’d appreciate your input as it would help us build a great SDK

Also please report any problems you find in a new GitHub issue.

Looking forward to hearing from you!

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
joheredicommented, Sep 16, 2020

@freakyfriday thanks for bringing this up. Unfortunately, neither CosmosDB Tables Rest API nor Storage Tables support OrderBy. The new Tables SDKs are based on the REST APIs, so we can’t support OrderBy at this point. I have filed a Feature Request (#11301) for this with some additional information. Please subscribe to the issue to get updates

Hi @mtrcn, Azure Storage and CosmosDB offer different levels of redundancy, you can find more information in the following sites:

0reactions
joheredicommented, Jun 14, 2021

Hi Everyone! We are happy to announce that the new stable version (12.0.0) of @azure/datat-tables has been released. You can install it with npm install @azure/data-tables

For more details please see the README.

If you have any questions or feedback, please log an issue here

Read more comments on GitHub >

github_iconTop Results From Across the Web

Announcing the new Azure Tables Libraries
We're excited to announce that the Azure Tables libraries have been released for .NET, Java, JavaScript/TypeScript, and Python.
Read more >
[Discussion] Proposal to provide more idiomatic entities in @azure ...
The intent of this issue is to solicit feedback from the community in advance of the GA of the new Azure Tables library...
Read more >
Azure Tables client library for .NET
Azure Cosmos DB provides a Table API for applications that are written for Azure Table storage that need premium ... Data.Tables --version 3.0.0-beta.1...
Read more >
Azure.Data.Tables 12.7.0 on NuGet - Libraries.io
This client library enables working with the Microsoft Azure Table service - 12.7.0 - a ... This repository is for active development of...
Read more >
Be Sure With Azure .NET – Azure Table Storage (Part 1)
This is the second article in an on going series on Microsoft Azure features and services. If your just joining us, you might...
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