Skip to content

Commit 93af24a

Browse files
Merge bda99cd into 93e2e23
2 parents 93e2e23 + bda99cd commit 93af24a

File tree

2 files changed

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

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ To run the command to export data to S3 storage, specify the [S3 connection para
2525

2626
`--exclude STRING`: Template ([PCRE](https://www.pcre.org/original/doc/html/pcrepattern.html)) to exclude paths from export. Specify this parameter multiple times for different templates.
2727

28+
Please note that export is only available for objects of the following types:
29+
30+
- [directory](../../../../concepts/datamodel/dir.md)
31+
- [row-oriented table](../../../../concepts/datamodel/table.md#row-oriented-tables)
32+
- [secondary index](../../../../concepts/secondary_indexes.md)
33+
2834
### Additional parameters {#aux}
2935

3036
| Parameter | Description |

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525

2626
`--exclude STRING`: Шаблон ([PCRE](https://www.pcre.org/original/doc/html/pcrepattern.html)) для исключения путей из выгрузки. Данный параметр может быть указан несколько раз, для разных шаблонов.
2727

28+
Обратите внимание, что на данный момент выгрузка доступна только для объектов следующих типов:
29+
30+
- [директория](../../../../concepts/datamodel/dir.md)
31+
- [строковая таблица](../../../../concepts/datamodel/table.md#row-oriented-tables)
32+
- [вторичный индекс](../../../../concepts/secondary_indexes.md)
33+
2834
### Дополнительные параметры {#aux}
2935

3036
Параметр | Описание

0 commit comments

Comments
 (0)