次の方法で共有


TableTransactionResponse interface

トランザクション操作の応答を表します

プロパティ

getResponseForEntity

行キーを指定した特定の応答を取得します

status

メイン トランザクション要求の状態コード

subResponses

サブ応答のコレクション

プロパティの詳細

getResponseForEntity

行キーを指定した特定の応答を取得します

getResponseForEntity: (rowKey: string) => undefined | TableTransactionEntityResponse

プロパティ値

(rowKey: string) => undefined | TableTransactionEntityResponse

status

メイン トランザクション要求の状態コード

status: number

プロパティ値

number

subResponses

サブ応答のコレクション

subResponses: TableTransactionEntityResponse[]

プロパティ値