File tree 1 file changed +52
-0
lines changed
docs/zh/connector-v2/sink
1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ # GoogleFirestore
2
+
3
+ > GoogleFirestore数据接收器
4
+
5
+ ## 描述
6
+
7
+ 用于将数据写入GoogleFirestore
8
+
9
+ ## 主要特性
10
+
11
+ - [ ] [ exactly-once] ( ../../concept/connector-v2-features.md )
12
+
13
+ ## 选项
14
+
15
+ | 名称 | 类型 | 是否必传 | 默认值 |
16
+ | -------------| --------| ----------| ---------------|
17
+ | project_id | string | 是 | - |
18
+ | collection | string | 是 | - |
19
+ | credentials | string | 否 | - |
20
+
21
+ ### project_id [ string]
22
+
23
+ GoogleFirestore数据库项目的唯一标识符。
24
+
25
+ ### collection [ string]
26
+
27
+ GoogleFirestore的合集。
28
+
29
+ ### credentials [ string]
30
+
31
+ GoogleCloud服务帐户的凭据,使用base64编解码器。如果没有设置,需要检查是否存在“GOOGLE APPLICATION CREDENTIALS”环境。
32
+
33
+ ### common 选项
34
+
35
+ Sink插件常用参数,请参考[ Sink common Options] (../sink-common-options.md)了解详细信息。
36
+
37
+ ## 示例
38
+
39
+ ``` bash
40
+ GoogleFirestore {
41
+ project_id = " dummy-project-id" ,
42
+ collection = " dummy-collection" ,
43
+ credentials = " dummy-credentials"
44
+ }
45
+ ```
46
+
47
+ ## 更改日志
48
+
49
+ ### 随后版本
50
+
51
+ - 添加GoogleFirestore数据接收器
52
+
You can’t perform that action at this time.
0 commit comments