FileSystemListPathsHeaders interface
定義FileSystem_listPaths作業的標頭。
屬性
continuation | 如果要列出的路徑數目超過 maxResults 限制,則會在此回應標頭中傳回接續權杖。 在回應中傳回接續權杖時,必須在後續的清單作業調用中指定它,才能繼續列出路徑。 |
date | 服務產生的 UTC 日期/時間值,可指出啟動回應的時間。 |
error |
錯誤碼 |
etag | 與檔案系統相關聯的 HTTP 實體標籤。 檔案系統屬性的變更會影響實體標籤,但檔案和目錄上的作業則不會。 |
last |
上次修改檔案系統的資料與時間。 檔案系統屬性的變更會更新上次修改的時間,但檔案和目錄上的作業則不會。 |
request |
在分析記錄中記錄的伺服器產生的 UUID,用於疑難排解和相互關聯。 |
version | 用來處理要求的 REST 通訊協定版本。 |
屬性詳細資料
continuation
如果要列出的路徑數目超過 maxResults 限制,則會在此回應標頭中傳回接續權杖。 在回應中傳回接續權杖時,必須在後續的清單作業調用中指定它,才能繼續列出路徑。
continuation?: string
屬性值
string
date
服務產生的 UTC 日期/時間值,可指出啟動回應的時間。
date?: Date
屬性值
Date
errorCode
錯誤碼
errorCode?: string
屬性值
string
etag
與檔案系統相關聯的 HTTP 實體標籤。 檔案系統屬性的變更會影響實體標籤,但檔案和目錄上的作業則不會。
etag?: string
屬性值
string
lastModified
上次修改檔案系統的資料與時間。 檔案系統屬性的變更會更新上次修改的時間,但檔案和目錄上的作業則不會。
lastModified?: Date
屬性值
Date
requestId
在分析記錄中記錄的伺服器產生的 UUID,用於疑難排解和相互關聯。
requestId?: string
屬性值
string
version
用來處理要求的 REST 通訊協定版本。
version?: string
屬性值
string