共用方式為


FileHttpHeaders interface

屬性

fileCacheControl

自選。 設定檔案的快取控件。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentDisposition

自選。 設定檔案的 Content-Disposition 標頭。

fileContentEncoding

自選。 設定檔案的內容編碼。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentLanguage

自選。 設定檔案的內容語言。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentMD5

自選。 檔案內容的 MD5 哈希。 請注意,不會驗證此哈希,因為每個區塊上傳時都會驗證個別區塊的哈希。

fileContentType

自選。 設定檔案的內容類型。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

屬性詳細資料

fileCacheControl

自選。 設定檔案的快取控件。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileCacheControl?: string

屬性值

string

fileContentDisposition

自選。 設定檔案的 Content-Disposition 標頭。

fileContentDisposition?: string

屬性值

string

fileContentEncoding

自選。 設定檔案的內容編碼。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentEncoding?: string

屬性值

string

fileContentLanguage

自選。 設定檔案的內容語言。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentLanguage?: string

屬性值

string

fileContentMD5

自選。 檔案內容的 MD5 哈希。 請注意,不會驗證此哈希,因為每個區塊上傳時都會驗證個別區塊的哈希。

fileContentMD5?: Uint8Array

屬性值

Uint8Array

fileContentType

自選。 設定檔案的內容類型。 如果指定,這個屬性會與 檔案一起儲存,並以讀取要求傳回。

fileContentType?: string

屬性值

string