Click or drag to resize
StatisticsData Class
Represents VuStats statistics data gathered from the server.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesStatisticsData

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class StatisticsData

The StatisticsData type exposes the following members.

Properties
  NameDescription
Public propertyButtonNumber
Represents the VuStats feature button number on the application.
Public propertyDisplayText
Represents the statistics data to display on the application.
Public propertyFormatNumber
Indicates the display format number associated with the VuStats button. An administrator can create up to 50 different display formats on CM for VuStats.
Public propertyIsStatusMonitoringActive
Indicates if the server is set up to provide periodical updates automatically for this entity. The corresponding button should be displayed in Active state.
Public propertyIsThresholdReached
Indicates whether any view statistics threshold has been reached.
Public propertyResourceId
Represents the resource id associated with the button. It can be a skill (1-8000), a trunk (1 - 2000), a VDN or an agent id (extension).
Public propertyResourceType
Represents the resource type that is associated with the view statistics button.
Top
See Also