import ChangeLog from ‘../changelog/connector-tablestore.md’;
Tablestore 数据接收器
用于将数据写入 Tablestore
| 名称 | 类型 | 是否必填 | 默认值 |
|---|---|---|---|
| end_point | string | 是 | - |
| instance_name | string | 是 | - |
| access_key_id | string | 是 | - |
| access_key_secret | string | 是 | - |
| table | string | 是 | - |
| primary_keys | array | 是 | - |
| batch_size | string | 否 | 25 |
| common-options | config | 否 | - |
endPoint 用于写入Tablestore。
Tablestore 的实例名称。
Tablestore 访问的id。
Tablestore 访问的密钥。
Tablestore的表。
Tablestore 的主键。
Sink插件常用参数,请参考[Sink common Options](../sink-common-options.md)了解详细信息。
Tablestore { end_point = "xxxx" instance_name = "xxxx" access_key_id = "xxxx" access_key_secret = "xxxx" table = "sink" primary_keys = ["pk_1","pk_2","pk_3","pk_4"] }