BatchResult interface

This object is returned from a successful Batch service call.

Properties

batchItems

Array containing the batch results.

totalRequests

Total number of requests in the batch

totalSuccessfulRequests

Number of successful requests in the batch

Property Details

batchItems

Array containing the batch results.

batchItems: BatchItem<TResult>[]

Property Value

BatchItem<TResult>[]

totalRequests

Total number of requests in the batch

totalRequests: number

Property Value

number

totalSuccessfulRequests

Number of successful requests in the batch

totalSuccessfulRequests: number

Property Value

number