---
title: "DataQueryRequestMetricInfo"
slug: "common-apidatatype-cidataqueryrequestmetricinfo"
tags: ["Classic"]
updated: 2026-04-23T08:55:27Z
published: 2026-04-23T09:02:14Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DataQueryRequestMetricInfo

Classic/VPC 환경에서 이용 가능합니다.

데이터 조회 요청 정보입니다.

## 구문

구문은 다음과 같습니다.

```
private String productName;
private String prodKey;
private String metric;
private Interval interval;
private Calculation aggregation;
private QueryAggregation queryAggregation;
private Map<String, String> dimensions;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

| 필드 | 타입 | 필수 여부 | 설명 |
| --- | --- | --- | --- |
| `prodKey` | String | Required | 상품의 cw_key |
| `metric` | String | Required | 조회하려는 Metric 이름 |
| `interval` | Interval | Required | 조회하려는 데이터의 집계 주기 - `Min1` \| `Min5` \| `Min30` \| `Hour2` \| `Day1` |
| `aggregation` | Calculation | Optional | 조회하려는 데이터의 집계 함수 - `COUNT` \| `SUM` (기본값) \| `MAX` \| `MIN` \| `AVG` |
| `queryAggregation` | QueryAggregation | Optional | 쿼리 기준이 충분하지 않을 때 쿼리 결과를 처리하는 방법 - `COUNT` \| `SUM` (기본값) \| `MAX` \| `MIN` \| `AVG` |
| `dimensions` | Map<String, String> | Required | 조회하려는 Dimension을 JSON으로 명시 |
