

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# クエリリファレンスビュー
<a name="query-reference-views"></a>

このセクションでは、プロセスメタデータやテレメトリデータなど AWS IoT SiteWise、 のビューを理解するのに役立つ情報を提供します。

次の表に、ビューの名前と説明を示します。


**データモデル**  

|  **ビュー名**  |  **ビューの説明**  | 
| --- | --- | 
| アセット | アセットとモデルの派生に関する情報を含んでいます。 | 
| asset\_property | アセットプロパティの構造に関する情報を含んでいます。 | 
| raw\_time\_series | 時系列の履歴データを含んでいます。 | 
| latest\_value\_time\_series | 時系列の最新値を含んでいます。 | 
| precomputed\_aggregates | 自動的に計算された集計されたアセットプロパティ値を含んでいます。これらは、複数の時間間隔で計算される一連の基本メトリクスです。 | 

次のビューは、各ビューの列名とデータ型を一覧表示します。


**View:asset**  

|  **列名**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| asset\_name | string | 
| asset\_description | string | 
| asset\_model\_id | string | 
| parent\_asset\_id | string | 
| asset\_external\_id | string | 
| asset\_model\_external\_id | string | 
| hierarchy\_id | string | 


**View:asset\_property**  

|  **列名**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| property\_id | string | 
| property\_name | string | 
| property\_alias | string | 
| property\_external\_id | string | 
| asset\_composite\_model\_id | string | 
| property\_type | string | 
| property\_data\_type | string | 
| int\_attribute\_value | integer | 
| double\_attribute\_value | double | 
| ブール値 | boolean | 
| string\_attribute\_value | string | 


**View:raw\_time\_series**  

|  **列名**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| property\_id | string | 
| property\_alias | string | 
| event\_timestamp | timestamp | 
| quality | string | 
| boolean\_value | boolean | 
| int\_value | integer | 
| double\_value | double | 
| string\_value | string | 


**View:latest\_value\_time\_series**  

|  **列名**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| property\_id | string | 
| property\_alias | string | 
| event\_timestamp | timestamp | 
| quality | string | 
| boolean\_value | boolean | 
| int\_value | integer | 
| double\_value | double | 
| string\_value | string | 


**View:precomputed\_aggregates**  

|  **列名**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| property\_id | string | 
| property\_alias | string | 
| event\_timestamp | timestamp | 
| quality | string | 
| resolution | string | 
| sum\_value | double | 
| count\_value | integer | 
| average\_value | double | 
| maximum\_value | double | 
| minimum\_value | double | 
| stdev\_value | double | 