The constructor for the GenericStat class.

C# | Visual Basic | Visual C++ |
public GenericStat( string tenantName, string tenantPassword, string objectId, string statName, string objectType, string statPeriod, string statFilter, string statTimeRange, string statTimeRange2 )

- tenantName (String)
- The tenant name.
- tenantPassword (String)
- The tenant password.
- objectId (String)
- The id of the object for which a statistic is asked.
- statName (String)
- The statistic name.
- objectType (String)
- The type of the object for which a statistic is asked.
- statPeriod (String)
- The statistic period.
- statFilter (String)
- The statistic filter.
- statTimeRange (String)
- The statistic time range.
- statTimeRange2 (String)
- The statistic time range2.