AccessMetric

  • AccessMetric represents the quantitative measurements in a report, such as the total number of data access records (accessCount).

  • The JSON representation for AccessMetric includes the field metricName, which is a string.

  • metricName is the API name of the metric and is used to reference metrics in metricFilter and orderBys.

The quantitative measurements of a report. For example, the metric accessCount is the total number of data access records.

JSON representation
{
  "metricName": string
}
Fields
metricName

string

The API name of the metric. See Data Access Schema for the list of metrics supported in this API.

Metrics are referenced by name in metricFilter & orderBys.