---
id: v1-metric-type
title: MetricType
pagination_label: MetricType
sidebar_label: MetricType
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'MetricType', 'v1MetricType']
slug: /tools/sdk/typescript/search/models/metric-type
tags: ['SDK', 'Software Development Kit', 'MetricType', 'v1MetricType']
---

# MetricType

## Enum


* `Count` (value: `'COUNT'`)

* `UniqueCount` (value: `'UNIQUE_COUNT'`)

* `Avg` (value: `'AVG'`)

* `Sum` (value: `'SUM'`)

* `Median` (value: `'MEDIAN'`)

* `Min` (value: `'MIN'`)

* `Max` (value: `'MAX'`)


