全部產品
Search
文件中心

DataWorks:TableStore

更新時間:Nov 07, 2024

屬性定義

  • 資料來源類型type為: tablestore

  • 支援的配置模式(ConnectionPropertiesMode):UrlMode(串連串模式)

串連串模式

名稱

類型

樣本值

是否必填

描述和注意點

regionId

String

cn-shanghai

TableStore所屬地區。

endpoint

String

http://test-ots-sh-shanghai.ots.aliyuncs.com

TableStore訪問存取點Endpoint。

instanceName

String

test-ots-sh

TableStore的執行個體名稱。

accessId

String

xxxxx

AK模式下訪問資料來源,使用的accessId,AK模式時必填。

accessKey

String

xxxxx

AK模式下訪問資料來源,使用的accessKey,AK模式時必填。

envType

String

Dev

envType表示資料來源環境資訊。

  • Dev:開發環境。

  • Prod:生產環境。

資料來源配置樣本

串連串模式

{
    "envType": "Prod",
    "endpoint": "http://test-ots-sh-shanghai.ots.aliyuncs.com",
    "instanceName": "test-ots-sh",
    "accessId": "xxx",
    "accessKey": "xxx"
}