getActivityStatistics()
Purpose
(Custom with adb.perfMon) Returns the total number of objects processed for all the schemas, based on the request type. Also, returns the number of success and error objects.
Parameters
|
Parameter |
Type |
Description |
|
Get Subtotal By |
integer |
Statistics categorized by service or by operation. |
Returns
|
Returns |
Type |
Description |
|||||||||||||||
|
Name |
string |
Name of the service or operation. The operation can be one of the following types:
|
|||||||||||||||
|
Total |
integer |
Total number of objects processed for this schema for a Publication Service. Total number of objects received for this schema for a Subscription Service. |
|||||||||||||||
|
Success |
integer |
The number of objects that are successfully identified for this schema which will be published or written to a file. |
|||||||||||||||
|
Failure |
integer |
The number of objects that are identified for this schema but are not published because the header of the schema failed validation for the Publication Service, or is written to a file because the schema is not associated with the subscriber for a Subscription Service. |