BatchResult interface
This object is returned from a successful Batch service call.
Properties
| batch |
Array containing the batch results. |
| total |
Total number of requests in the batch |
| total |
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