TableTransactionResponse interface
トランザクション操作の応答を表します。
プロパティ
get |
行キーを指定して特定の応答を取得します。 |
status | メイン トランザクション要求の状態コード |
sub |
サブ応答のコレクション |
プロパティの詳細
getResponseForEntity
行キーを指定して特定の応答を取得します。
getResponseForEntity: (rowKey: string) => undefined | TableTransactionEntityResponse
プロパティ値
(rowKey: string) => undefined | TableTransactionEntityResponse
status
メイン トランザクション要求の状態コード
status: number
プロパティ値
number