Contains information about the results of a batch operation.

Type Parameters

  • T

Hierarchy

  • BatchResult

Properties

failureCount: number

The number of unsuccessful operations in the request.

results: T[]

An array of results for the batch operation.

successCount: number

The number of successful operations in the request.

Generated using TypeDoc