TableTransactionResponse interface
表示交易作業的回應
屬性
get |
取得指定資料列索引鍵的特定回應 |
status | 主要交易要求狀態碼 |
sub |
子回應的集合 |
屬性詳細資料
getResponseForEntity
取得指定資料列索引鍵的特定回應
getResponseForEntity: (rowKey: string) => undefined | TableTransactionEntityResponse
屬性值
(rowKey: string) => undefined | TableTransactionEntityResponse
status
主要交易要求狀態碼
status: number
屬性值
number