跳到主要内容
版本:Next

Tablestore

Tablestore 数据接收器

描述

用于将数据写入 Tablestore

主要特性

选项

名称类型是否必填默认值
end_pointstring-
instance_namestring-
access_key_idstring-
access_key_secretstring-
tablestring-
primary_keysarray-
batch_sizestring25
common-optionsconfig-

end_point [string]

endPoint 用于写入Tablestore。

instanceName [string]

Tablestore 的实例名称。

access_key_id [string]

Tablestore 访问的id。

access_key_secret [string]

Tablestore 访问的密钥。

table [string]

Tablestore的表。

primaryKeys [array]

Tablestore 的主键。

common 选项 [ config ]

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"]
}

更改日志

随后版本

  • 添加Tablestore数据接收器