Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TableTransactionResponse interface
- Package:
- @azure/data-tables
Represents the response of a Transaction operation
Properties
| getResponseForEntity | Gets a specific response given a row key |
| status | Main Transaction request status code |
| subResponses | Collection of sub responses |
Property Details
getResponseForEntity
Gets a specific response given a row key
getResponseForEntity: (rowKey: string) => undefined | TableTransactionEntityResponse
Property Value
(rowKey: string) => undefined | TableTransactionEntityResponse
status
Main Transaction request status code
status: number
Property Value
number
subResponses
Collection of sub responses
subResponses: TableTransactionEntityResponse[]
