

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

# 查詢參考檢視
<a name="query-reference-views"></a>

本節提供的資訊可協助您了解 中的檢視 AWS IoT SiteWise，例如程序中繼資料和遙測資料。

下表提供檢視的檢視名稱和說明：


**資料模型**  

|  **檢視名稱**  |  **檢視說明**  | 
| --- | --- | 
| 資產 | 包含資產和模型衍生的相關資訊。 | 
| asset\_property | 包含資產屬性結構的相關資訊。 | 
| raw\_time\_series | 包含時間序列的歷史資料。 | 
| latest\_value\_time\_series | 包含時間序列的最新值。 | 
| precomputed\_aggregates | 包含自動計算的彙總資產屬性值。它們是一組在多個時間間隔內計算的基本指標。 | 

下列檢視會列出每個檢視的資料欄名稱和資料類型。


**檢視：資產**  

|  **資料欄名稱**  |  **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 | 


**檢視：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\_attribute\_value | boolean | 
| string\_attribute\_value | string | 


**檢視：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 | 


**檢視：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 | 


**檢視：precomputed\_aggregates**  

|  **資料欄名稱**  |  **datatype**  | 
| --- | --- | 
| asset\_id | string | 
| property\_id | string | 
| property\_alias | string | 
| event\_timestamp | timestamp | 
| quality | string | 
| 解析度 | string | 
| sum\_value | double | 
| count\_value | integer | 
| average\_value | double | 
| maximum\_value | double | 
| minimum\_value | double | 
| stdev\_value | double | 