Represents the optional headers that can be returned with blobs accessed using SAS.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Blob.::..SharedAccessBlobHeaders
Syntax
Constructors
Name | Description | |
---|---|---|
SharedAccessBlobHeaders()()()() | Initializes a new instance of the SharedAccessBlobHeaders class. | |
SharedAccessBlobHeaders(SharedAccessBlobHeaders)(SharedAccessBlobHeaders^)(SharedAccessBlobHeaders)(SharedAccessBlobHeaders) | Initializes a new instance of the SharedAccessBlobHeaders class based on an existing instance. |
Properties
Name | Description | |
---|---|---|
CacheControlCacheControlCacheControlCacheControl | Gets or sets the cache-control header returned with the blob. | |
ContentDispositionContentDispositionContentDispositionContentDisposition | Gets or sets the content-disposition header returned with the blob. | |
ContentEncodingContentEncodingContentEncodingContentEncoding | Gets or sets the content-encoding header returned with the blob. | |
ContentLanguageContentLanguageContentLanguageContentLanguage | Gets or sets the content-language header returned with the blob. | |
ContentTypeContentTypeContentTypeContentType | Gets or sets the content-type header returned with the blob. |
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.