ReportKey

A ReportKey object is used to identify a SummaryReport or SamplingReport produced by a data collector.

Properties

  • String collectorName: (Read-only) Name of the data collector that produced the report.

  • String type: The type of the data collector (Sampling or Summary).

  • String[] groupValues: Values of the grouping fields that provide the scope of this report.

Methods

  • String toString: Returns a string representation of this object.

Description

A ReportKey object is used to identify a SummaryReport or SamplingReport produced by a data collector. The report key ties the associated report to a particular collector and a particular set of grouping values within that collector. Refer to the associated report type for more information.