| Parameter | Type | Description | Example |
|---|---|---|---|
| object | Materialized view summary data. | ||
| FirstRefreshTime | string | The first refresh time. | 2025-01-01 09:00:00 |
| QueryRewriteEnabled | boolean | Whether to enable query rewrite for the current materialized view. | false |
| ExplicitHit | long | The total number of explicit query hits in the last seven days. | 5 |
| IsInactive | boolean | The system detects that the current materialized view has been created for more than 30 days and has not been accessed (including both explicit query and implicit query). | false |
| RemoteSize | long | Cold data disk space consumed by materialized views (bytes). | 1234 |
| LocalSize | long | Hot data disk space consumed by materialized views (bytes). | 1234 |
| RefreshState | string | Refresh mode for materialized views. | FAST |
| RefreshInterval | string | The refresh interval. | (now() + INTERVAL '10' SECOND) |
| ImplicitHit | long | The total number of implicit query hits in the last seven days. | 20 |
| UpdatedAt | string | The last refresh time. | 2025-01-01 10:00:00 |
| ResourceGroup | string | The resource group used for the refresh. | user_default |
| BaseTableNames | array | All direct parent base tables of the current materialized view. | |
| array | The database name and table name of the base table. | ||
| string | The name of the database or table. | t1 |