mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-07 17:18:23 +00:00

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
1.8 KiB
1.8 KiB
title | slug |
---|---|
dataInsightChartResult | /main-concepts/metadata-standard/schemas/datainsight/datainsightchartresult |
DataInsightChartResult
DataInsightChartResult represents data that will be consumed by a specific chart
Properties
chartType
: Chart Type that will consume the data. Must match name of dataInsightChart. Refer to #/definitions/dataInsightChartType.total
(integer): Total number of hits returned by the aggregation.data
(array): Array of consumable data.- Items
- Any of
- : Refer to ./type/dailyActiveUsers.json.
- : Refer to ./type/pageViewsByEntities.json.
- : Refer to type/mostActiveUsers.json.
- : Refer to type/mostViewedEntities.json.
- : Refer to type/unusedAssets.json.
- : Refer to type/aggregatedUnusedAssetsSize.json.
- : Refer to type/aggregatedUnusedAssetsCount.json.
- : Refer to type/aggregatedUsedVsUnusedAssetsSize.json.
- : Refer to type/aggregatedUsedVsUnusedAssetsCount.json.
- Any of
- Items
Definitions
dataInsightChartType
(string): chart type. Must matchname
of adataInsightChartDefinition
. Must be one of:["DailyActiveUsers", "MostActiveUsers", "MostViewedEntities", "PageViewsByEntities", "UnusedAssets", "AggregatedUnusedAssetsSize", "AggregatedUnusedAssetsCount", "AggregatedUsedVsUnusedAssetsSize", "AggregatedUsedVsUnusedAssetsCount"]
.
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.