共用方式為


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