属性定义
数据源类型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"
}
文档内容是否对您有帮助?