-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table: Unify the creation of Batch and single op requests #56
Milestone
Comments
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this issue
Jan 18, 2013
Encryption integration test
this part is actually odata. |
at the time of updating these methods, will may do them. close for now. |
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this issue
Apr 5, 2017
Encryption integration test
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this issue
Nov 16, 2018
1.1.1 Readme Updates
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this issue
Mar 4, 2019
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this issue
Dec 24, 2019
initial version for a project readme
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The REST request for a single table operation (for example, updateEntity) should be the same as the MIME part of a batch request containing the same operation.
However, the current Table service implementation had two separate code paths for generating those requests:
To simplify the code, reduce maintenance costs, and ensure consistency between single ops and batch, both code paths should end up in the same function.
The text was updated successfully, but these errors were encountered: