File tree 2 files changed +20
-0
lines changed
en/core/reference/ydb-cli/export-import/_includes
ru/core/reference/ydb-cli/export-import/_includes
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The `export s3` command starts exporting data and information on the server side
6
6
{{ ydb-cli }} [connection options] export s3 [options]
7
7
```
8
8
9
+ {% note warning %}
10
+
11
+ The export feature is available only for objects of the following types:
12
+
13
+ - [ Directory] ( ../../../../concepts/datamodel/dir.md )
14
+ - [ Row-oriented table] ( ../../../../concepts/datamodel/table.md#row-oriented-tables )
15
+ - [ Secondary index] ( ../../../../concepts/secondary_indexes.md )
16
+
17
+ {% endnote %}
18
+
9
19
{% include [ conn_options_ref.md] ( ../../commands/_includes/conn_options_ref.md ) %}
10
20
11
21
## Command line parameters {#pars}
Original file line number Diff line number Diff line change 6
6
{{ ydb-cli }} [connection options] export s3 [options]
7
7
```
8
8
9
+ {% note warning %}
10
+
11
+ Выгрузка доступна только для объектов следующих типов:
12
+
13
+ - [ директория] ( ../../../../concepts/datamodel/dir.md ) ;
14
+ - [ строковая таблица] ( ../../../../concepts/datamodel/table.md#row-oriented-tables ) ;
15
+ - [ вторичный индекс] ( ../../../../concepts/secondary_indexes.md ) .
16
+
17
+ {% endnote %}
18
+
9
19
{% include [ conn_options_ref.md] ( ../../commands/_includes/conn_options_ref.md ) %}
10
20
11
21
## Параметры командной строки {#pars}
You can’t perform that action at this time.
0 commit comments