TableTransactionResponse interface

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[]

Property Value