BatchResult interface
此物件會從成功的 Batch 服務呼叫傳回。
屬性
| batch |
包含批次結果的陣列。 |
| total |
批次中的要求總數 |
| total |
批次中成功的要求數目 |
屬性詳細資料
batchItems
totalRequests
批次中的要求總數
totalRequests: number
屬性值
number
totalSuccessfulRequests
批次中成功的要求數目
totalSuccessfulRequests: number
屬性值
number