共用方式為


PathCreateIfNotExistsResponse interface

Extends

PathCreateHeaders & { _response: HttpResponse & { parsedHeaders: PathCreateHeaders } }

屬性

succeeded

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

繼承的屬性

contentLength

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

continuation

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

date

服務產生的 UTC 日期/時間值,可指出啟動回應的時間。

encryptionKeySha256

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

errorCode

錯誤碼

etag

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

isServerEncrypted

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

lastModified

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

requestId

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

version

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

屬性詳細資料

succeeded

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

succeeded: boolean

屬性值

boolean

繼承的屬性詳細資料

contentLength

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

contentLength?: number

屬性值

number

繼承自PathCreateHeaders.contentLength

continuation

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

continuation?: string

屬性值

string

繼承自PathCreateHeaders.continuation

date

服務產生的 UTC 日期/時間值,可指出啟動回應的時間。

date?: Date

屬性值

Date

繼承自PathCreateHeaders.date

encryptionKeySha256

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

encryptionKeySha256?: string

屬性值

string

繼承自PathCreateHeaders.encryptionKeySha256

errorCode

錯誤碼

errorCode?: string

屬性值

string

繼承自PathCreateHeaders.errorCode

etag

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

etag?: string

屬性值

string

繼承自PathCreateHeaders.etag

isServerEncrypted

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

isServerEncrypted?: boolean

屬性值

boolean

繼承自PathCreateHeaders.isServerEncrypted

lastModified

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

lastModified?: Date

屬性值

Date

繼承自PathCreateHeaders.lastModified

requestId

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

requestId?: string

屬性值

string

繼承自PathCreateHeaders.requestId

version

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

version?: string

屬性值

string

繼承自PathCreateHeaders.version