TableTransactionResponse interface
Mewakili respons operasi Transaksi
Properti
get |
Mendapatkan respons tertentu yang diberikan kunci baris |
status | Kode status permintaan Transaksi Utama |
sub |
Kumpulan sub respons |
Detail Properti
getResponseForEntity
Mendapatkan respons tertentu yang diberikan kunci baris
getResponseForEntity: (rowKey: string) => undefined | TableTransactionEntityResponse
Nilai Properti
(rowKey: string) => undefined | TableTransactionEntityResponse
status
Kode status permintaan Transaksi Utama
status: number
Nilai Properti
number
subResponses
Kumpulan sub respons
subResponses: TableTransactionEntityResponse[]