Represents the optional headers that can be returned with files accessed using SAS.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.File.::..SharedAccessFileHeaders
Syntax
Constructors
| Name | Description | |
|---|---|---|
| SharedAccessFileHeaders()()()() | Initializes a new instance of the SharedAccessFileHeaders class. | |
| SharedAccessFileHeaders(SharedAccessFileHeaders)(SharedAccessFileHeaders^)(SharedAccessFileHeaders)(SharedAccessFileHeaders) | Initializes a new instance of the SharedAccessFileHeaders class based on an existing instance. |
Properties
| Name | Description | |
|---|---|---|
| CacheControlCacheControlCacheControlCacheControl | Gets or sets the cache-control header returned with the file. | |
| ContentDispositionContentDispositionContentDispositionContentDisposition | Gets or sets the content-disposition header returned with the file. | |
| ContentEncodingContentEncodingContentEncodingContentEncoding | Gets or sets the content-encoding header returned with the file. | |
| ContentLanguageContentLanguageContentLanguageContentLanguage | Gets or sets the content-language header returned with the file. | |
| ContentTypeContentTypeContentTypeContentType | Gets or sets the content-type header returned with the file. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.