-
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
Documentation for SetBlobPropertiesOptions setters is incorrect #76
Comments
joostdenijs
pushed a commit
to joostdenijs/azure-sdk-for-java
that referenced
this issue
Jan 18, 2013
jianghaolu
pushed a commit
to jianghaolu/azure-sdk-for-java
that referenced
this issue
Apr 5, 2017
lenala
pushed a commit
to lenala/azure-sdk-for-java
that referenced
this issue
Nov 27, 2018
Fix to make local ECDSA signature encoding compatible with service
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this issue
Mar 4, 2019
Encryption at REST for files
g2vinay
pushed a commit
to g2vinay/azure-sdk-for-java
that referenced
this issue
May 30, 2019
bumping version 2.3.1-SNAPSHOT
navalev
pushed a commit
to navalev/azure-sdk-for-java
that referenced
this issue
Dec 24, 2019
[Spike] Refactor IndexBatchBuilder as fluent builder pattern
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, in the docs for setContentType:
This is not strictly correct; the service has a default value, but when you use setBlobProperties, the content type header is removed unless the ContentType property is set to the previous value. See http://msdn.microsoft.com/en-us/library/windowsazure/ee691966, which says:
It appears the the recommendation for using setBlobProperties should be to first use getBlobProperties, alter it as you like, then submit. Unset properties will clobber server values.
The text was updated successfully, but these errors were encountered: