CounterInfo
A complex data type that describes a counter.
Schema
<xsd:complexType name="CounterInfo">
<xsd:sequence>
<xsd:element name="CounterId" type="xsd:long"/>
<xsd:element name="CounterName" type="xsd:string"/>
<xsd:element name="CounterValue" type="xsd:long"/>
</xsd:sequence>
</xsd:complexType>
Elements
CounterId
The ID of the counter.
CounterName
The name of the counter.
CounterValue
The value of the counter.