getActivityStatisticsByService() Purpose Returns statistics about the data handled by a given adapter service or all adapter services since the time the adapter was started. Parameters Table 51 Input parameter of getActivityStatisticsByService() Input parameter Type Description Service Name string Name of service to get the statistics for. If no service name is given, performance statistics for all services is returned. Returns Table 52 Returns of getActivityStatisticsByService() Returns Type Description Service Name string Service name. Schema Name string Name of top level schema processed by this service. Operation string Type of operation this service provides. Total integer Total number of objects processed, both success and failures. Success integer Total number of objects successfully processed. Failure integer Total number of objects that caused an error during processing. MeasurementInterval integer Displays the time (in seconds) since last time the adapter was reset, or if never reset, since the adapter started. LineIndex string Concatenated string of Service Name and Operation separated by a comma.