AccessMetric
Die quantitativen Messwerte eines Berichts. Der Messwert accessCount
ist beispielsweise die Gesamtzahl der Datenzugriffsdatensätze.
JSON-Darstellung |
{
"metricName": string
} |
Felder |
metricName |
string
Der API-Name des Messwerts. Eine Liste der in dieser API unterstützten Messwerte finden Sie im Data Access Schema. In metricFilter und orderBys werden Messwerte mit dem Namen referenziert.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["This documentation details the JSON representation of quantitative measurements, like \"accessCount,\" within a report."],["You can find the API name of each metric within the \"metricName\" field, allowing you to use it in filters and ordering."],["Refer to the Data Access Schema for a complete list of supported metrics you can use within this API."]]],["The content defines a JSON structure for representing quantitative report metrics. The core element is `metricName`, a string denoting the API name of a specific metric. This name corresponds to a supported metric listed in the Data Access Schema. `metricName` is crucial for filtering and ordering data, utilizing `metricFilter` and `orderBys`. The `accessCount` example illustrates a metric that measures the total data access records.\n"]]