### YamlMime:JavaType constructors: - fullName: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders() name: SharedAccessHeaders() nameWithType: SharedAccessHeaders.SharedAccessHeaders() summary:

Initializes a new instance of the class.

syntax: public SharedAccessHeaders() uid: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders() - fullName: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders(boolean preserveRawValue) name: SharedAccessHeaders(boolean preserveRawValue) nameWithType: SharedAccessHeaders.SharedAccessHeaders(boolean preserveRawValue) parameters: - description:

Whether the sdk should preserve the raw value of these headers.

name: preserveRawValue type: summary: >-

Initializes a new instance of the class. The empty constructor should be preferred and this option should only be used by customers who are sure they do not want the safety usually afforded by this SDK when constructing a sas.

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 object which specifies the set of properties to clone.

name: other type: summary: >-

Initializes a new instance of the class based on an existing instance.

syntax: public SharedAccessHeaders(SharedAccessHeaders other) uid: com.microsoft.azure.storage.SharedAccessHeaders.SharedAccessHeaders(SharedAccessHeaders) inheritances: - methods: - fullName: com.microsoft.azure.storage.SharedAccessHeaders.getCacheControl() name: getCacheControl() nameWithType: SharedAccessHeaders.getCacheControl() returns: description:

A String which represents the cache control header.

type: summary: >-

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.

type: summary: >-

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.

type: summary: >-

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.

type: summary: >-

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.

type: summary: >-

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.

name: cacheControl type: summary: >-

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.

name: contentDisposition type: summary: >-

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.

name: contentEncoding type: summary: >-

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.

name: contentLanguage type: summary: >-

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.

name: contentType type: summary: >-

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: {}