

如需與 Amazon Timestream for LiveAnalytics 類似的功能，請考慮使用 Amazon Timestream for InfluxDB。它提供簡化的資料擷取和單一位數毫秒查詢回應時間，以進行即時分析。[在這裡](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)進一步了解。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# TimeSeriesDataPoint
<a name="API_query_TimeSeriesDataPoint"></a>

Timeeries 資料類型代表一段時間內量值的值。時間序列是時間戳記和測量值的資料列陣列，資料列依時間的遞增順序排序。TimeSeriesDataPoint 是時間序列中的單一資料點。它代表時間序列中 （時間、測量值） 的元組。

## 目錄
<a name="API_query_TimeSeriesDataPoint_Contents"></a>

 ** Time **   <a name="timestream-Type-query_TimeSeriesDataPoint-Time"></a>
收集測量值時的時間戳記。  
類型：字串  
必要：是

 ** Value **   <a name="timestream-Type-query_TimeSeriesDataPoint-Value"></a>
資料點的測量值。  
類型：[Datum](API_query_Datum.md) 物件  
必要：是

## 另請參閱
<a name="API_query_TimeSeriesDataPoint_SeeAlso"></a>

如需在其中一種語言特定 AWS SDKs中使用此 API 的詳細資訊，請參閱以下內容：
+  [AWS 適用於 C\$1\$1 的 SDK](https://docs.aws.amazon.com/goto/SdkForCpp/timestream-query-2018-11-01/TimeSeriesDataPoint) 
+  [AWS 適用於 Java V2 的 SDK](https://docs.aws.amazon.com/goto/SdkForJavaV2/timestream-query-2018-11-01/TimeSeriesDataPoint) 
+  [AWS 適用於 Ruby V3 的 SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/timestream-query-2018-11-01/TimeSeriesDataPoint) 