SharedAccessBlobHeaders Class

Definition

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