Skip to content

Commit 5ccb702

Browse files
fix(doc): add info about objects types that allowed for export (#10627)
Co-authored-by: Ivan Blinkov <[email protected]>
1 parent 0e3eafc commit 5ccb702

File tree

2 files changed

+20
-0
lines changed
  • ydb/docs
    • en/core/reference/ydb-cli/export-import/_includes
    • ru/core/reference/ydb-cli/export-import/_includes

2 files changed

+20
-0
lines changed

ydb/docs/en/core/reference/ydb-cli/export-import/_includes/s3_export.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ The `export s3` command starts exporting data and information on the server side
66
{{ ydb-cli }} [connection options] export s3 [options]
77
```
88

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+
919
{% include [conn_options_ref.md](../../commands/_includes/conn_options_ref.md) %}
1020

1121
## Command line parameters {#pars}

ydb/docs/ru/core/reference/ydb-cli/export-import/_includes/export-s3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
{{ ydb-cli }} [connection options] export s3 [options]
77
```
88

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+
919
{% include [conn_options_ref.md](../../commands/_includes/conn_options_ref.md) %}
1020

1121
## Параметры командной строки {#pars}

0 commit comments

Comments
 (0)