BatchResult interface
此对象是从成功的 Batch 服务调用返回的。
属性
| batch |
包含批处理结果的数组。 |
| total |
批处理中的请求总数 |
| total |
批处理中成功的请求数 |
属性详细信息
batchItems
totalRequests
批处理中的请求总数
totalRequests: number
属性值
number
totalSuccessfulRequests
批处理中成功的请求数
totalSuccessfulRequests: number
属性值
number