@azure/storage-table library #9625
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Is your feature request related to a problem? Please describe.
We're trying to programmatically check the logging status of our storage accounts. We can check queue logging and blob logging with the @azure/storage-queue and @azure/storage-blob libraries respectively, but there doesn't seem to be such a library for storage tables.
Describe the solution you'd like
An @azure/storage-table library that's analogous to the @azure/storage-queue and @azure/storage-blob libraries
Describe alternatives you've considered
We've played around with this azure-storage-node library that we found, but aside from other small implementation issues we would have with it, it doesn't seem to support async await and doing all of our work in callbacks is not optimal because of closure related issues.
The text was updated successfully, but these errors were encountered: