SharedAccessBlobHeaders Members

Windows Runtime Azure Storage Client Library

Represents the optional headers that can be returned with blobs accessed using SAS.

The following tables list the members exposed by the SharedAccessBlobHeaders type.

Public Constructors

  Name Description
SharedAccessBlobHeaders Overloaded.  
Top

Public Properties

  Name Description
public property CacheControl Gets or sets the cache-control header returned with the blob.
public property ContentDisposition Gets or sets the content-disposition header returned with the blob.
public property ContentEncoding Gets or sets the content-encoding header returned with the blob.
public property ContentLanguage Gets or sets the content-language header returned with the blob.
public property ContentType Gets or sets the content-type header returned with the blob.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also