Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TableBatchResponse

Package version

Represents the response of a Batch operation

Hierarchy

  • TableBatchResponse

Index

Properties

getResponseForEntity

getResponseForEntity: (rowKey: string) => TableBatchEntityResponse | undefined

Gets a specific response given a row key

Type declaration

status

status: number

Main Batch request status code

subResponses

subResponses: TableBatchEntityResponse[]

Collection of sub responses

Generated using TypeDoc