BlobHttpHeaders 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.
Standard HTTP properties supported by containers and blobs. These properties are represented as standard HTTP headers use standard names, as specified in the Header Field Definitions section 14 of the HTTP/1.1 protocol specification.
For more information, see Setting and retrieving properties and metadata for Blob service resources.
public class BlobHttpHeaders
type BlobHttpHeaders = class
Public Class BlobHttpHeaders
- Inheritance
-
BlobHttpHeaders
Constructors
BlobHttpHeaders() |
Properties
CacheControl |
Specify directives for caching mechanisms. |
ContentDisposition |
Conveys additional information about how to process the response payload, and also can be used to attach additional metadata. For example, if set to attachment, it indicates that the user-agent should not display the response, but instead show a Save As dialog with a filename other than the blob name specified. |
ContentEncoding |
Specifies which content encodings have been applied to the blob. This value is returned to the client when the Get Blob operation is performed on the blob resource. The client can use this value when returned to decode the blob content. |
ContentHash |
An MD5 hash of the blob content. This hash is used to verify the integrity of the blob during transport. When this header is specified, the storage service checks the hash that has arrived with the one that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request). |
ContentLanguage |
Specifies the natural languages used by this resource. |
ContentType |
The MIME content type of the blob. |
Applies to
Azure SDK for .NET