Questions tagged [azure.data.tables]
4 questions
4
votes
0 answers
Azure.Data.Tables SDK Converting POCO objects to TableEntity and back
Trying to work out Azure.Data.Tables SDK but seem to only find 1 trillion examples using the depricated WindowsAzure SDK which no longer seem to work in the newer SDK.
Problem: I have a number of POCO entities which implement ITableEntity and have…

haPartnerships
- 335
- 1
- 2
- 13
0
votes
0 answers
C#: Azure.Data.Tables shows that I can use CreateQueryFilter, but it is not being recognized by VS2022 intellisense
I can successfully create a Azure.Data.Tables.TableClient. I am using Azure.Data.Tables version 12.8.0, and the documentation clearly states the method CreateQueryFilter is available to me. However, I am not able to use it in my code (.Net 7). My…
0
votes
0 answers
What is the equivalent method of ExecuteQuerySegmentedAsync in Azure.Data.Tables?
What is the equivalent method of ExecuteQuerySegmentedAsync in Azure.Data.Tables?
Recently Microsoft azure sdk deprecated Microsoft.Azure.Cosmos.Table package and recommended to use Azure.Data.Tables package.
But, I couldn't find equivalent…

cgsabari
- 506
- 2
- 7
- 28
0
votes
1 answer
Determining the data type of a value from an Azure Storage Table entity
I need to update the property values of some rows in an Azure Storage Table using Azure.Data.Tables. I use a query to pull them, update the property with the new value, and add them to a batch for resubmittal. I'd like to print this to the console…

Tim
- 2,701
- 3
- 26
- 47