AccessMetric
報表的量化評估方式。舉例來說,accessCount
指標是資料存取記錄的總數。
JSON 表示法 |
{
"metricName": string
} |
欄位 |
metricName |
string
指標的 API 名稱。如需這個 API 支援的指標清單,請參閱「資料存取結構定義」。 指標會在 metricFilter 和 orderBys 中以名稱參照。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-01-14 (世界標準時間)。
[null,null,["上次更新時間:2025-01-14 (世界標準時間)。"],[[["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"]]