mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-23 17:30:35 +00:00
19 lines
608 B
Markdown
19 lines
608 B
Markdown
![]() |
---
|
||
|
title: reportData
|
||
|
slug: /main-concepts/metadata-standard/schemas/analytics/reportdata
|
||
|
---
|
||
|
|
||
|
# reportData
|
||
|
|
||
|
*Report Data*
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
- **`id`**: Unique identifier for a result. Refer to *../type/basic.json#/definitions/uuid*.
|
||
|
- **`timestamp`**: timestamp for of a result ingestion. Refer to *../type/basic.json#/definitions/timestamp*.
|
||
|
- **`reportDataType`** *(string)*: Type of data. Must be one of: `['EntityReportData', 'WebAnalyticUserActivityReportData', 'WebAnalyticEntityViewReportData']`.
|
||
|
- **`data`**: Data captured.
|
||
|
|
||
|
|
||
|
Documentation file automatically generated at 2023-07-07 05:50:35.981927.
|