你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchResult interface

此对象是从成功的 Batch 服务调用返回的。

属性

batchItems

包含批处理结果的数组。

totalRequests

批处理中的请求总数

totalSuccessfulRequests

批处理中成功的请求数

属性详细信息

batchItems

包含批处理结果的数组。

batchItems: BatchItem<TResult>[]

属性值

BatchItem<TResult>[]

totalRequests

批处理中的请求总数

totalRequests: number

属性值

number

totalSuccessfulRequests

批处理中成功的请求数

totalSuccessfulRequests: number

属性值

number