consumerScanningStatistics Data Type
- Schema
- ns0.xsd
| name | data type | type | namespace | min/max occurs | description |
|---|---|---|---|---|---|
| average | string | element | 0/1 | ||
| consumerKey | string | element | 0/1 | ||
| count | long | element | 1/1 | ||
| time | long | element | 1/1 |
Example
<consumerScanningStatistics> <consumerKey>...</consumerKey> <count>...</count> <time>...</time> <average>...</average> </consumerScanningStatistics>