GetEntityOrNullAsync #27419
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.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Tables
Library name
Azure.Data.Tables
Descrption
The matter that we have an
Azure.RequestFailedException
in front of an unexistent entity sounds like a regression to the dawn of Azure SDK.You already have a 404 but, when I'm trying to read the value you throw me an exception with the status-code 404.
My use-case has some write-once properties so I can´t use Upsert with the merge.
A
GetEntityOrNull
, and its pairGetEntityOrNullAsync
, would be very useful to avoid the noise oftry-catch
and the performance issue of throwing the exception (and its call-stack).Thanks
The text was updated successfully, but these errors were encountered: