FileHttpHeaders interface  
Properties
| file | Optional. Sets the file's cache control. If specified, this property is stored with the file and returned with a read request. | 
| file | Optional. Sets the file's Content-Disposition header. | 
| file | Optional. Sets the file's content encoding. If specified, this property is stored with the file and returned with a read request. | 
| file | Optional. Set the file's content language. If specified, this property is stored with the file and returned with a read request. | 
| file | Optional. An MD5 hash of the file content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded. | 
| file | Optional. Sets the file's content type. If specified, this property is stored with the file and returned with a read request. | 
Property Details
		fileCacheControl
	  
	Optional. Sets the file's cache control. If specified, this property is stored with the file and returned with a read request.
fileCacheControl?: stringProperty Value
string
		fileContentDisposition
	  
	Optional. Sets the file's Content-Disposition header.
fileContentDisposition?: stringProperty Value
string
		fileContentEncoding
	  
	Optional. Sets the file's content encoding. If specified, this property is stored with the file and returned with a read request.
fileContentEncoding?: stringProperty Value
string
		fileContentLanguage
	  
	Optional. Set the file's content language. If specified, this property is stored with the file and returned with a read request.
fileContentLanguage?: stringProperty Value
string
		fileContentMD5
	 
	Optional. An MD5 hash of the file content. Note that this hash is not validated, as the hashes for the individual blocks were validated when each was uploaded.
fileContentMD5?: Uint8ArrayProperty Value
Uint8Array
		fileContentType
	  
	Optional. Sets the file's content type. If specified, this property is stored with the file and returned with a read request.
fileContentType?: stringProperty Value
string