TableStore

属性定义

  • 数据源类型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"
}