diff options
author | Daniil Cherednik <[email protected]> | 2023-03-31 10:54:08 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2023-03-31 12:28:07 +0300 |
commit | fc1cffcfa7f0497a1f97b384a24bcbf23362f3be (patch) | |
tree | c15f7ab5b9e9b20fd0ef8fc07d598d28e8b32004 /ydb/public/api/protos/draft/datastreams.proto | |
parent | 8a749596d40e91c896a1907afcd108d9221fbde1 (diff) |
Ydb stable 23-1-1923.1.19
x-stable-origin-commit: c5d5a396e89d0a72e0267a55e93d8404d4fb54fe
Diffstat (limited to 'ydb/public/api/protos/draft/datastreams.proto')
-rw-r--r-- | ydb/public/api/protos/draft/datastreams.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/public/api/protos/draft/datastreams.proto b/ydb/public/api/protos/draft/datastreams.proto index d2825e065ef..7ab52994380 100644 --- a/ydb/public/api/protos/draft/datastreams.proto +++ b/ydb/public/api/protos/draft/datastreams.proto @@ -66,7 +66,7 @@ message HashKeyRange { message Record { // Timestamp that the record was inserted into the stream - int64 timestamp = 1 [(FieldTransformer) = TRANSFORM_DOUBLE_S_TO_INT_MS]; + int64 approximate_arrival_timestamp = 1 [(FieldTransformer) = TRANSFORM_DOUBLE_S_TO_INT_MS]; // Data blob bytes data = 2 [(FieldTransformer) = TRANSFORM_BASE64]; // Encryption type used on record |