クエリリファレンスビュー - AWS IoT SiteWise

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

クエリリファレンスビュー

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

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

データモデル

ビュー名

ビューの説明

アセット

アセットとモデルの派生に関する情報を含んでいます。

asset_property

アセットプロパティの構造に関する情報を含んでいます。

raw_time_series

時系列の履歴データを含んでいます。

latest_value_time_series

時系列の最新値を含んでいます。

precomputed_aggregates

自動的に計算された集計されたアセットプロパティ値を含んでいます。これらは、複数の時間間隔で計算される一連の基本メトリクスです。

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

View:asset

列名

datatype

asset_id

文字列

asset_name

文字列

asset_description

文字列

asset_model_id

文字列

parent_asset_id

文字列

asset_external_id

文字列

asset_model_external_id

文字列

hierarchy_id

文字列

View:asset_property

列名

datatype

asset_id

文字列

property_id

文字列

property_name

文字列

property_alias

文字列

property_external_id

文字列

asset_composite_model_id

文字列

property_type

文字列

property_data_type

文字列

int_attribute_value

integer

double_attribute_value

double

ブール値

boolean

string_attribute_value

文字列

View:raw_time_series

列名

datatype

asset_id

文字列

property_id

文字列

property_alias

文字列

event_timestamp

timestamp

quality

文字列

boolean_value

boolean

int_value

integer

double_value

double

string_value

文字列

View:latest_value_time_series

列名

datatype

asset_id

文字列

property_id

文字列

property_alias

文字列

event_timestamp

timestamp

quality

文字列

boolean_value

boolean

int_value

integer

double_value

double

string_value

文字列

View:precomputed_aggregates

列名

datatype

asset_id

文字列

property_id

文字列

property_alias

文字列

event_timestamp

timestamp

quality

文字列

resolution

文字列

sum_value

double

count_value

integer

average_value

double

maximum_value

double

minimum_value

double

stdev_value

double