diff options
author | mokhotskii <mokhotskii@ydb.tech> | 2022-09-06 14:34:34 +0300 |
---|---|---|
committer | mokhotskii <mokhotskii@ydb.tech> | 2022-09-06 14:34:34 +0300 |
commit | 494edfef2c7dd60976c0dd1f6ad4910b5d875e67 (patch) | |
tree | 0d1ca536344c73c8650b8311d6166911bd874ab1 | |
parent | 1cca4fc87bc31952e10b45b79ae70d821df1b185 (diff) | |
download | ydb-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.proto | 1 |
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]; |