DirectoryHttpHeaders interface
Additional parameters for a set of operations, such as: Directory_create, Directory_rename, Blob_rename.
Properties
| cache |
Cache control for given resource |
| content |
Content disposition for given resource |
| content |
Content encoding for given resource |
| content |
Content language for given resource |
| content |
Content type for given resource |
Property Details
cacheControl
Cache control for given resource
cacheControl?: undefined | string
Property Value
undefined | string
contentDisposition
Content disposition for given resource
contentDisposition?: undefined | string
Property Value
undefined | string
contentEncoding
Content encoding for given resource
contentEncoding?: undefined | string
Property Value
undefined | string
contentLanguage
Content language for given resource
contentLanguage?: undefined | string
Property Value
undefined | string
contentType
Content type for given resource
contentType?: undefined | string
Property Value
undefined | string