diff options
author | ilnaz <ilnaz@ydb.tech> | 2023-05-19 13:37:07 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2023-05-19 13:37:07 +0300 |
commit | c76a40b7f134cfb1c96247769e36ab763ae92a43 (patch) | |
tree | faeb65a0272207babd6c3d1b17c504117d942808 | |
parent | 240660ff0b3a62970a9f037077b8fc947b963354 (diff) | |
download | ydb-c76a40b7f134cfb1c96247769e36ab763ae92a43.tar.gz |
Fix comment
-rw-r--r-- | ydb/public/api/protos/ydb_table.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/public/api/protos/ydb_table.proto b/ydb/public/api/protos/ydb_table.proto index ebc417f4c73..1e9e2c3b74b 100644 --- a/ydb/public/api/protos/ydb_table.proto +++ b/ydb/public/api/protos/ydb_table.proto @@ -159,7 +159,7 @@ message Changefeed { bool initial_scan = 6; // Attributes. Total size is limited to 10 KB. map<string, string> attributes = 7 [(map_key).length.range = {min: 1, max: 100}, (length).range = {min: 1, max: 4096}]; - // Value that will be emitted in the `awsRegion` field of the record in DOCUMENT_TABLE_JSON format + // Value that will be emitted in the `awsRegion` field of the record in DYNAMODB_STREAMS_JSON format string aws_region = 8 [(length).le = 128]; } @@ -191,7 +191,7 @@ message ChangefeedDescription { bool virtual_timestamps = 5; // Attributes map<string, string> attributes = 6; - // Value that will be emitted in the `awsRegion` field of the record in DOCUMENT_TABLE_JSON format + // Value that will be emitted in the `awsRegion` field of the record in DYNAMODB_STREAMS_JSON format string aws_region = 7; } |