

要获得与亚马逊 Timestream 类似的功能 LiveAnalytics，可以考虑适用于 InfluxDB 的亚马逊 Timestream。适用于 InfluxDB 的 Amazon Timestream 提供简化的数据摄取和个位数毫秒级的查询响应时间，以实现实时分析。点击[此处](https://docs.aws.amazon.com//timestream/latest/developerguide/timestream-for-influxdb.html)了解更多信息。

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# Table
<a name="API_Table"></a>

表示 Timestream 中的数据库表。表包含一个或多个相关的时间序列。可以修改表的内存存储和磁性存储的保留持续时间。

## 内容
<a name="API_Table_Contents"></a>

 ** Arn **   <a name="timestream-Type-Table-Arn"></a>
唯一标识此表的 Amazon 资源名称。  
类型：字符串  
必需：否

 ** CreationTime **   <a name="timestream-Type-Table-CreationTime"></a>
Timestream 表创建的时间。  
类型：时间戳  
必需：否

 ** DatabaseName **   <a name="timestream-Type-Table-DatabaseName"></a>
包含此表的 Timestream 数据库的名称。  
类型：字符串  
长度约束：最小长度为 3。长度上限为 256。  
必需：否

 ** LastUpdatedTime **   <a name="timestream-Type-Table-LastUpdatedTime"></a>
上次更新 Timestream 表的时间。  
类型：时间戳  
必需：否

 ** MagneticStoreWriteProperties **   <a name="timestream-Type-Table-MagneticStoreWriteProperties"></a>
包含启用磁存储写入时要在表上设置的属性。  
类型：[MagneticStoreWriteProperties](API_MagneticStoreWriteProperties.md) 对象  
必需：否

 ** RetentionProperties **   <a name="timestream-Type-Table-RetentionProperties"></a>
内存存储和磁性存储的保留持续时间。  
类型：[RetentionProperties](API_RetentionProperties.md) 对象  
必需：否

 ** Schema **   <a name="timestream-Type-Table-Schema"></a>
 表的架构。  
类型：[Schema](API_Schema.md) 对象  
必需：否

 ** TableName **   <a name="timestream-Type-Table-TableName"></a>
Timestream 表的名称。  
类型：字符串  
长度约束：最小长度为 3。长度上限为 256。  
必需：否

 ** TableStatus **   <a name="timestream-Type-Table-TableStatus"></a>
表的当前状态：  
+  `DELETING`：正在删除表。
+  `ACTIVE`：表已准备就绪，可供使用。
类型：字符串  
有效值：`ACTIVE | DELETING | RESTORING`  
必需：否

## 另请参阅
<a name="API_Table_SeeAlso"></a>

有关在特定语言的 AWS SDK 中使用此 API 的更多信息，请参阅以下内容：
+  [适用于 C\$1\$1 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForCpp/timestream-write-2018-11-01/Table) 
+  [适用于 Java V2 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForJavaV2/timestream-write-2018-11-01/Table) 
+  [适用于 Ruby V3 的 AWS SDK](https://docs.aws.amazon.com/goto/SdkForRubyV3/timestream-write-2018-11-01/Table) 