BulkResultInfo

Represents the aggregate results of a bulk operation including success/failure counts and individual item outcomes

Overview of BulkResultInfo goes here.

BulkResultInfo Properties

BulkResultInfo

Field Type Inherited from Description
FailureCount Int32 BulkResultInfo Number of failed bulk actions
Results BulkItemResult[] BulkResultInfo List of individual bulk action results
SuccessCount Int32 BulkResultInfo Number of successful bulk actions
Total Int32 BulkResultInfo Total number of items the bulk action was performed on

JSON Structure of BulkResultInfo

{
   "FailureCount"	:	"Int32",
   "Results"	:	"[BulkItemResult](/object-model/bulkitemresult)[]",
   "SuccessCount"	:	"Int32",
   "Total"	:	"Int32"
}