You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,10 @@
15
15
*[Instances](#instances)
16
16
*[Quickstart](#quickstart)
17
17
*[Tableadmin](#tableadmin)
18
+
*[Write Batch](#write-batch)
19
+
*[Write Conditionally](#write-conditionally)
20
+
*[Write Increment](#write-increment)
21
+
*[Write Simple](#write-simple)
18
22
19
23
## Before you begin
20
24
@@ -71,6 +75,74 @@ __Usage:__
71
75
`node tableadmin.js`
72
76
73
77
78
+
-----
79
+
80
+
81
+
82
+
83
+
### Write Batch
84
+
85
+
View the [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeBatch.js).
86
+
87
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeBatch.js,samples/README.md)
88
+
89
+
__Usage:__
90
+
91
+
92
+
`node writeBatch.js`
93
+
94
+
95
+
-----
96
+
97
+
98
+
99
+
100
+
### Write Conditionally
101
+
102
+
View the [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeConditionally.js).
103
+
104
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeConditionally.js,samples/README.md)
105
+
106
+
__Usage:__
107
+
108
+
109
+
`node writeConditionally.js`
110
+
111
+
112
+
-----
113
+
114
+
115
+
116
+
117
+
### Write Increment
118
+
119
+
View the [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeIncrement.js).
120
+
121
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeIncrement.js,samples/README.md)
122
+
123
+
__Usage:__
124
+
125
+
126
+
`node writeIncrement.js`
127
+
128
+
129
+
-----
130
+
131
+
132
+
133
+
134
+
### Write Simple
135
+
136
+
View the [source code](https://github.com/googleapis/nodejs-bigtable/blob/master/samples/writeSimple.js).
137
+
138
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-bigtable&page=editor&open_in_editor=samples/writeSimple.js,samples/README.md)
0 commit comments