aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormokhotskii <mokhotskii@ydb.tech>2022-09-06 14:34:34 +0300
committermokhotskii <mokhotskii@ydb.tech>2022-09-06 14:34:34 +0300
commit494edfef2c7dd60976c0dd1f6ad4910b5d875e67 (patch)
tree0d1ca536344c73c8650b8311d6166911bd874ab1
parent1cca4fc87bc31952e10b45b79ae70d821df1b185 (diff)
downloadydb-494edfef2c7dd60976c0dd1f6ad4910b5d875e67.tar.gz
Add storageLImitMb to MVP YDS datastreams response
Add storageLImitMb to MVP YDS datastreams response
-rw-r--r--ydb/public/api/protos/draft/datastreams.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/public/api/protos/draft/datastreams.proto b/ydb/public/api/protos/draft/datastreams.proto
index ef7f7489945..e55c38a1194 100644
--- a/ydb/public/api/protos/draft/datastreams.proto
+++ b/ydb/public/api/protos/draft/datastreams.proto
@@ -222,6 +222,7 @@ message StreamDescriptionSummary {
int32 open_shard_count = 5;
// Retention period in hours
int32 retention_period_hours = 6;
+ // Stream ARN
string stream_arn = 7;
// Timestamp that the stream was created
int64 stream_creation_timestamp = 8 [(FieldTransformer) = TRANSFORM_DOUBLE_S_TO_INT_MS];