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

BatchResult 类

定义

此对象是从成功的 Batch 服务调用返回的。 使用“batchItems”属性进行扩展。

public class BatchResult
type BatchResult = class
Public Class BatchResult
继承
BatchResult
派生

属性

SuccessfulRequests

批处理中成功的请求数。

TotalRequests

批处理中的请求总数。

适用于