屬性定義
資料來源類型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表示資料來源環境資訊。
|
資料來源配置樣本
串連串模式
{
"envType": "Prod",
"endpoint": "http://test-ots-sh-shanghai.ots.aliyuncs.com",
"instanceName": "test-ots-sh",
"accessId": "xxx",
"accessKey": "xxx"
}