We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9306a6b commit 3ef9512Copy full SHA for 3ef9512
docs/zh/connector-v2/sink/Tablestore.md
@@ -4,7 +4,7 @@
4
5
## 描述
6
7
-用于将数据写入Tablestore
+用于将数据写入 Tablestore
8
9
## 主要特性
10
@@ -25,29 +25,29 @@
25
26
### end_point [string]
27
28
-endPoint用于写入Tablestore。
+endPoint 用于写入Tablestore。
29
30
### instanceName [string]
31
32
-Tablestore的实例名称。
+Tablestore 的实例名称。
33
34
### access_key_id [string]
35
36
-Tablestore的访问id。
+Tablestore 访问的id。
37
38
### access_key_secret [string]
39
40
-Tablestore的访问秘密。
+Tablestore 访问的密钥。
41
42
### table [string]
43
44
Tablestore的表。
45
46
### primaryKeys [array]
47
48
-Tablestore的主键。
+Tablestore 的主键。
49
50
-### common options [ config ]
+### common 选项 [ config ]
51
52
Sink插件常用参数,请参考[Sink common Options](../Sink common Options.md)了解详细信息。
53
0 commit comments