Skip to content

Commit 9284296

Browse files
committed
RL feedback
1 parent 07fc122 commit 9284296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/current/v25.2/check-external-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ Field | Value | Description
3636
------|-------|------------
3737
`node` | `INT` | The node ID.
3838
`locality` | `STRING` | The [locality]({% link {{ page.version.version }}/cockroach-start.md %}#locality) of the node.
39-
`ok` | `BOOL` | The success of the test run.
39+
`ok` | `BOOL` | Whether the test run succeeded.
4040
`error` | `STRING` | Errors encountered during the test run.
4141
`transferred` | `STRING` | The size of the file transferred during the test.
4242
`read_speed` | `STRING` | The speed at which the node read the test file.
4343
`write_speed` | `STRING` | The speed at which the node wrote the test file.
44-
`can_delete` | `BOOL` | The success of file deletion.
44+
`can_delete` | `BOOL` | Whether file deletion succeeded.
4545

46-
## Examples
46+
## Test an external connection
4747

4848
Specify the connection URI to the [external storage location]({% link {{ page.version.version }}/use-cloud-storage.md %}), or a created [external connection]({% link {{ page.version.version }}/create-external-connection.md %}):
4949

0 commit comments

Comments
 (0)