共用方式為


File interface

更新檔案中繼資料。

屬性

etag

檔案 ETag。

fileId

檔案識別,在匯入時由伺服器產生。

fileName

檔案名稱

hashes

雜湊演算法與 base64 編碼雜湊值的對應。

mimeType

檔案 MIME 類型。

sizeInBytes

檔案大小 (以位元組數為單位)。

屬性詳細資料

etag

檔案 ETag。

etag?: string

屬性值

string

fileId

檔案識別,在匯入時由伺服器產生。

fileId: string

屬性值

string

fileName

檔案名稱

fileName: string

屬性值

string

hashes

雜湊演算法與 base64 編碼雜湊值的對應。

hashes: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

mimeType

檔案 MIME 類型。

mimeType?: string

屬性值

string

sizeInBytes

檔案大小 (以位元組數為單位)。

sizeInBytes: number

屬性值

number