BatchResult interface

此物件會從成功的 Batch 服務呼叫傳回。

屬性

batchItems

包含批次結果的陣列。

totalRequests

批次中的要求總數

totalSuccessfulRequests

批次中成功的要求數目

屬性詳細資料

batchItems

包含批次結果的陣列。

batchItems: BatchItem<TResult>[]

屬性值

BatchItem<TResult>[]

totalRequests

批次中的要求總數

totalRequests: number

屬性值

number

totalSuccessfulRequests

批次中成功的要求數目

totalSuccessfulRequests: number

屬性值

number