Package version:

Interface BatchResult<TResult>

This object is returned from a successful Batch service call.

Type Parameters

  • TResult

Hierarchy

  • BatchResult

Properties

batchItems: Object

Array containing the batch results.

totalRequests: number

Total number of requests in the batch

totalSuccessfulRequests: number

Number of successful requests in the batch

Generated using TypeDoc