

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

# 從 Smartsheet 實體中讀取
<a name="smartsheet-reading-from-entities"></a>

 **先決條件** 

您要從中讀取的 `Smartsheet` 物件。請參閱以下支援的實體表格，以檢查可用實體。

 **支援的實體** 


| 實體 | 可以篩選 | 支援限制 | 支援排序依據 | 支援選取 \$1 | 支援分區 | 
| --- | --- | --- | --- | --- | --- | 
| 清單工作表 | 是 | 是 | 否 | 是 | 否 | 
| 資料列中繼資料 | 是 | 是 | 否 | 是 | 否 | 
| 工作表中繼資料 | 否 | 否 | 否 | 是 | 否 | 
| 工作表資料 | 是 | 是 | 是 | 是 | 否 | 
| 事件 | 是 | 是 | 否 | 是 | 否 | 

 **範例** 

```
Smartsheet_read = glueContext.create_dynamic_frame.from_options(
    connection_type="smartsheet",
    connection_options={
        "connectionName": "connectionName",
        "ENTITY_NAME": "list-sheets",
        "API_VERSION": "2.0",
        "INSTANCE_URL": "https://api.smartsheet.com"
    })
```

 **Smartsheet 實體和欄位詳細資訊** 

[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_tw/glue/latest/dg/smartsheet-reading-from-entities.html)