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.

Accessing PropertyName@odata.type on TableEntity?

See original GitHub issue

Using Azure.Data.Tables, and pulling TableEntity objects using TableClient.QueryAsync <T>, how can we include the property type information on each entity returned?

The RESTful spec defines the property type returned as PropertyName@odata.type - how is that accessible?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jsquirecommented, Feb 3, 2021

Thank you for your feedback. Tagging and routing to the team member best able to assist.

0reactions
kieronlanningcommented, Feb 5, 2021

Crap, sorry @christothes - didn’t mean to waste your time with a JSON.NET issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

TableEntity Class (Azure.Data.Tables)
A generic dictionary-like ITableEntity type which defines an arbitrary set of properties on an entity as key-value pairs.
Read more >
TableEntity Class (Microsoft.Azure.Cosmos.Table)
Returns a custom entity instance which is recomposed using the specified IDictionary<TKey,TValue> of property names to EntityProperty data typed values.
Read more >
Determining the data type of a value from an Azure Storage ...
I need to update the property values of some rows in an Azure Storage Table using Azure.Data.Tables . I use a query to...
Read more >
Using the new C# Azure.Data.Tables SDK with ...
In this article, I'll show you how we can perform simple operations against a Azure Cosmos DB Table API account using the new...
Read more >
Upgrading a .NET standard 2.0 Azure function using Table ...
using Microsoft.WindowsAzure.Storage.Table; namespace TableUpgrade.Data.Storage { public class FlightSetEntity : TableEntity { public string ...
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