

Amazon Timestream for LiveAnalytics와 유사한 기능을 원하는 경우 Amazon Timestream for InfluxDB를 고려해 보세요. 간소화된 데이터 수집과 실시간 분석을 위한 10밀리초 미만의 쿼리 응답 시간을 제공합니다. [여기](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)에서 자세히 알아보세요.

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# MeasureValue
<a name="API_MeasureValue"></a>

 시계열의 데이터 속성을 나타냅니다. 예를 들어 EC2 인스턴스의 CPU 사용률이 풍력 터빈의 RPM은 측정입니다. MeasureValue는 이름과 값을 모두 가집니다.

 MeasureValue는 `MULTI` 유형에만 허용됩니다. `MULTI` 유형을 사용하면 동일한 시계열과 관련된 여러 데이터 속성을 단일 레코드에 전달할 수 있습니다.

## 내용
<a name="API_MeasureValue_Contents"></a>

 ** Name **   <a name="timestream-Type-MeasureValue-Name"></a>
 MeasureValue의 이름입니다.  
 MeasureValue 이름에 대한 제약 조건은 Amazon Timestream 개발자 안내서의 [명명 제약 조건](https://docs.aws.amazon.com/timestream/latest/developerguide/ts-limits.html#limits.naming)을 참조하세요.  
유형: 문자열  
길이 제약: 최소 길이 1.  
필수 여부: 예

 ** Type **   <a name="timestream-Type-MeasureValue-Type"></a>
시계열 데이터 포인트에 대한 MeasureValue의 데이터 유형을 포함합니다.  
타입: 문자열  
유효 값: `DOUBLE | BIGINT | VARCHAR | BOOLEAN | TIMESTAMP | MULTI`   
필수 여부: 예

 ** Value **   <a name="timestream-Type-MeasureValue-Value"></a>
 MeasureValue의 값입니다. 자세한 내용은 [데이터 유형](https://docs.aws.amazon.com/timestream/latest/developerguide/writes.html#writes.data-types)을 참조하세요.  
유형: 문자열  
길이 제약: 최소 길이는 1. 최대 길이는 2,048.  
필수 여부: 예

## 참고
<a name="API_MeasureValue_SeeAlso"></a>

언어별 AWS SDK 중 하나에서 이 API를 사용하는 방법에 대한 자세한 내용은 다음을 참조하십시오.
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/timestream-write-2018-11-01/MeasureValue) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/timestream-write-2018-11-01/MeasureValue) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/timestream-write-2018-11-01/MeasureValue) 