azure-storage-blobs
Public Attributes | List of all members
Azure::Storage::Blobs::Models::BlobHttpHeaders Struct Referencefinal

Standard HTTP properties supported by containers and blobs.

#include <blob_rest_client.hpp>

Public Attributes

std::string ContentType
 
std::string ContentEncoding
 
std::string ContentLanguage
 
Storage::ContentHash ContentHash
 
std::string CacheControl
 
std::string ContentDisposition
 

Member Data Documentation

◆ CacheControl

std::string Azure::Storage::Blobs::Models::BlobHttpHeaders::CacheControl

Specifies directives for caching mechanisms.

◆ ContentDisposition

std::string Azure::Storage::Blobs::Models::BlobHttpHeaders::ContentDisposition

Conveys additional information about how to process the resource payload, and also can be used to attach additional metadata.

◆ ContentEncoding

std::string Azure::Storage::Blobs::Models::BlobHttpHeaders::ContentEncoding

Specifies which content encodings have been applied to the blob.

◆ ContentHash

Storage::ContentHash Azure::Storage::Blobs::Models::BlobHttpHeaders::ContentHash

A hash of the blob content.

◆ ContentLanguage

std::string Azure::Storage::Blobs::Models::BlobHttpHeaders::ContentLanguage

Specifies the natural languages used by this blob.

◆ ContentType

std::string Azure::Storage::Blobs::Models::BlobHttpHeaders::ContentType

MIME content type of the blob.


The documentation for this struct was generated from the following file: