### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders() name: SharedAccessHeaders() nameWithType: SharedAccessHeaders.SharedAccessHeaders() summary:
Initializes a new instance of the
Whether the sdk should preserve the raw value of these headers.
name: preserveRawValue type:Initializes a new instance of the
The header values are typically decoded before building the sas token. This can cause problems if the desired value for one of the headers contains something that looks like encoding. Setting this flag to true will ensure that the value of these headers are preserved as set on this object when constructing the sas.
Note that these values are preserved by encoding them here so that the decoding which happens at sas construction time returns them to the original values. So if get is called on this object when preserveRawValues was set to true, the value returned will be percent encoded.
syntax: public SharedAccessHeaders(boolean preserveRawValue) uid: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders(boolean) - fullName: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders(SharedAccessHeaders other) name: SharedAccessHeaders(SharedAccessHeaders other) nameWithType: SharedAccessHeaders.SharedAccessHeaders(SharedAccessHeaders other) parameters: - description:A
Initializes a new instance of the
A String
which represents the cache control header.
Gets the cache control header.
syntax: public String getCacheControl() uid: com.microsoft.azure.storage.SharedAccessHeaders.getCacheControl() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.getContentDisposition() name: getContentDisposition() nameWithType: SharedAccessHeaders.getContentDisposition() returns: description:A String
which represents the content disposition header.
Gets the content disposition header.
syntax: public String getContentDisposition() uid: com.microsoft.azure.storage.SharedAccessHeaders.getContentDisposition() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.getContentEncoding() name: getContentEncoding() nameWithType: SharedAccessHeaders.getContentEncoding() returns: description:A String
which represents the content encoding header.
Gets the content encoding header.
syntax: public String getContentEncoding() uid: com.microsoft.azure.storage.SharedAccessHeaders.getContentEncoding() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.getContentLanguage() name: getContentLanguage() nameWithType: SharedAccessHeaders.getContentLanguage() returns: description:A String
which represents the content language header.
Gets the content language header.
syntax: public String getContentLanguage() uid: com.microsoft.azure.storage.SharedAccessHeaders.getContentLanguage() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.getContentType() name: getContentType() nameWithType: SharedAccessHeaders.getContentType() returns: description:A String
which represents the content type header.
Gets the content type header.
syntax: public String getContentType() uid: com.microsoft.azure.storage.SharedAccessHeaders.getContentType() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.setCacheControl(String cacheControl) name: setCacheControl(String cacheControl) nameWithType: SharedAccessHeaders.setCacheControl(String cacheControl) parameters: - description:A String
which specifies the cache control header.
Sets the cache control header.
syntax: public void setCacheControl(String cacheControl) uid: com.microsoft.azure.storage.SharedAccessHeaders.setCacheControl(String) - fullName: com.microsoft.azure.storage.SharedAccessHeaders.setContentDisposition(String contentDisposition) name: setContentDisposition(String contentDisposition) nameWithType: SharedAccessHeaders.setContentDisposition(String contentDisposition) parameters: - description:A String
which specifies the content disposition header.
Sets the content disposition header.
syntax: public void setContentDisposition(String contentDisposition) uid: com.microsoft.azure.storage.SharedAccessHeaders.setContentDisposition(String) - fullName: com.microsoft.azure.storage.SharedAccessHeaders.setContentEncoding(String contentEncoding) name: setContentEncoding(String contentEncoding) nameWithType: SharedAccessHeaders.setContentEncoding(String contentEncoding) parameters: - description:A String
which specifies the content encoding header.
Sets the content encoding header.
syntax: public void setContentEncoding(String contentEncoding) uid: com.microsoft.azure.storage.SharedAccessHeaders.setContentEncoding(String) - fullName: com.microsoft.azure.storage.SharedAccessHeaders.setContentLanguage(String contentLanguage) name: setContentLanguage(String contentLanguage) nameWithType: SharedAccessHeaders.setContentLanguage(String contentLanguage) parameters: - description:A String
which specifies the content language header.
Sets the content language header.
syntax: public void setContentLanguage(String contentLanguage) uid: com.microsoft.azure.storage.SharedAccessHeaders.setContentLanguage(String) - fullName: com.microsoft.azure.storage.SharedAccessHeaders.setContentType(String contentType) name: setContentType(String contentType) nameWithType: SharedAccessHeaders.setContentType(String contentType) parameters: - description:A String
which specifies the content type header.
Sets the content type header.
syntax: public void setContentType(String contentType) uid: com.microsoft.azure.storage.SharedAccessHeaders.setContentType(String) nameWithType: SharedAccessHeaders syntax: public class SharedAccessHeaders type: class uid: com.microsoft.azure.storage.SharedAccessHeaders fullName: com.microsoft.azure.storage.SharedAccessHeaders name: SharedAccessHeaders package: com.microsoft.azure.storage summary:RESERVED FOR INTERNAL USE. Represents the optional headers that can be returned using SAS.
metadata: {}