SharedAccessBlobHeaders Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the optional headers that can be returned with blobs accessed using SAS.
public sealed class SharedAccessBlobHeaders
type SharedAccessBlobHeaders = class
Public NotInheritable Class SharedAccessBlobHeaders
- Inheritance
-
SharedAccessBlobHeaders
Constructors
SharedAccessBlobHeaders() |
Initializes a new instance of the SharedAccessBlobHeaders class. |
SharedAccessBlobHeaders(SharedAccessBlobHeaders) |
Initializes a new instance of the SharedAccessBlobHeaders class based on an existing instance. |
Properties
CacheControl |
Gets or sets the cache-control header returned with the blob. |
ContentDisposition |
Gets or sets the content-disposition header returned with the blob. |
ContentEncoding |
Gets or sets the content-encoding header returned with the blob. |
ContentLanguage |
Gets or sets the content-language header returned with the blob. |
ContentType |
Gets or sets the content-type header returned with the blob. |
Applies to
Azure SDK for .NET