Class SharedAccessBlobHeaders
- Namespace
- Microsoft.WindowsAzure.Storage.Blob
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents the optional headers that can be returned with blobs accessed using SAS.
public sealed class SharedAccessBlobHeaders
- Inheritance
-
SharedAccessBlobHeaders
- Inherited Members
Constructors
SharedAccessBlobHeaders()
Initializes a new instance of the SharedAccessBlobHeaders class.
public SharedAccessBlobHeaders()
SharedAccessBlobHeaders(SharedAccessBlobHeaders)
Initializes a new instance of the SharedAccessBlobHeaders class based on an existing instance.
public SharedAccessBlobHeaders(SharedAccessBlobHeaders sharedAccessBlobHeaders)
Parameters
sharedAccessBlobHeaders
SharedAccessBlobHeadersThe set of SharedAccessBlobHeaders to clone.
Properties
CacheControl
Gets or sets the cache-control header returned with the blob.
public string CacheControl { get; set; }
Property Value
- string
A string containing the cache-control value.
ContentDisposition
Gets or sets the content-disposition header returned with the blob.
public string ContentDisposition { get; set; }
Property Value
- string
A string containing the content-disposition value.
ContentEncoding
Gets or sets the content-encoding header returned with the blob.
public string ContentEncoding { get; set; }
Property Value
- string
A string containing the content-encoding value.
ContentLanguage
Gets or sets the content-language header returned with the blob.
public string ContentLanguage { get; set; }
Property Value
- string
A string containing the content-language value.
ContentType
Gets or sets the content-type header returned with the blob.
public string ContentType { get; set; }
Property Value
- string
A string containing the content-type value.