共用方式為


DirectoryCreateIfNotExistsResponse interface

包含 createIfNotExists 作業 回應數據。

Extends

繼承的屬性

contentLength

以位元組為單位的資源大小。

continuation

重新命名目錄時,會限制以每個叫用重新命名的路徑數目。 如果要重新命名的路徑數目超過此限制,則會在此回應標頭中傳回接續令牌。 當回應中傳回接續令牌時,必須在後續重新命名作業的調用中指定它,才能繼續重新命名目錄。

date

服務所產生的 UTC 日期/時間值,指出回應起始的時間。

encryptionKeySha256

用來加密 Blob 之加密金鑰的 SHA-256 哈希。 只有當 Blob 使用客戶提供的金鑰加密時,才會傳回此標頭。

errorCode

錯誤碼

etag

與檔案或目錄相關聯的 HTTP 實體標記。

isServerEncrypted

如果要求的內容使用指定的演算法成功加密,則此標頭的值會設定為 true,否則為 false。

lastModified

上次修改檔案或目錄的數據與時間。 檔案或目錄上的寫入作業會更新上次修改的時間。

requestId

在分析記錄中記錄的伺服器產生的 UUID,用於疑難解答和相互關聯。

succeeded

指出是否已成功建立目錄/檔案。 當目錄/檔案不存在時,為 false。

version

用來處理要求的 REST 通訊協定版本。

繼承的屬性詳細資料

contentLength

以位元組為單位的資源大小。

contentLength?: number

屬性值

number

繼承自PathCreateIfNotExistsResponse.contentLength

continuation

重新命名目錄時,會限制以每個叫用重新命名的路徑數目。 如果要重新命名的路徑數目超過此限制,則會在此回應標頭中傳回接續令牌。 當回應中傳回接續令牌時,必須在後續重新命名作業的調用中指定它,才能繼續重新命名目錄。

continuation?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.continuation

date

服務所產生的 UTC 日期/時間值,指出回應起始的時間。

date?: Date

屬性值

Date

繼承自PathCreateIfNotExistsResponse.date

encryptionKeySha256

用來加密 Blob 之加密金鑰的 SHA-256 哈希。 只有當 Blob 使用客戶提供的金鑰加密時,才會傳回此標頭。

encryptionKeySha256?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.encryptionKeySha256

errorCode

錯誤碼

errorCode?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.errorCode

etag

與檔案或目錄相關聯的 HTTP 實體標記。

etag?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.etag

isServerEncrypted

如果要求的內容使用指定的演算法成功加密,則此標頭的值會設定為 true,否則為 false。

isServerEncrypted?: boolean

屬性值

boolean

繼承自PathCreateIfNotExistsResponse.isServerEncrypted

lastModified

上次修改檔案或目錄的數據與時間。 檔案或目錄上的寫入作業會更新上次修改的時間。

lastModified?: Date

屬性值

Date

繼承自PathCreateIfNotExistsResponse.lastModified

requestId

在分析記錄中記錄的伺服器產生的 UUID,用於疑難解答和相互關聯。

requestId?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.requestId

succeeded

指出是否已成功建立目錄/檔案。 當目錄/檔案不存在時,為 false。

succeeded: boolean

屬性值

boolean

繼承自PathCreateIfNotExistsResponse.succeeded

version

用來處理要求的 REST 通訊協定版本。

version?: string

屬性值

string

繼承自PathCreateIfNotExistsResponse.version