NameDescriptionTypeAdditional information
SuccessfullResults

It is the number of records that were handled successfully. NP: Eventually, I think this could be a computed property that runs a Func<int> that tallies its own results , e.g.: ResultsList.Count(x=> x...) and our constructor takes the actual computation Function as an optional parameter.

integer

None.

TotalResults

It is the total number of records processed.

integer

None.

ErrorCount

integer

None.

ResultList

It contains detailed results. For create and update APIs, this list has exactly one result per input line.

Collection of Result

None.