summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/operation.h
diff options
context:
space:
mode:
authoryurial <[email protected]>2025-04-02 19:22:58 +0300
committeryurial <[email protected]>2025-04-02 19:41:35 +0300
commite13c32ebb249441645b1fe62059650da53087c29 (patch)
tree6e3bd66ecf69838f165b48d83a2e2bd28e38cd35 /yt/cpp/mapreduce/interface/operation.h
parent876966a6ef1e14c693442defbf9c3c52cc383242 (diff)
Add 'Alias' to TOperationSpecBase
commit_hash:1414ded4e1a06aa5c10b8be0bb67d2bf3608f211
Diffstat (limited to 'yt/cpp/mapreduce/interface/operation.h')
-rw-r--r--yt/cpp/mapreduce/interface/operation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h
index 869c8f9c0bb..50c694b5b06 100644
--- a/yt/cpp/mapreduce/interface/operation.h
+++ b/yt/cpp/mapreduce/interface/operation.h
@@ -523,6 +523,9 @@ struct TOperationSpecBase
/// If operation doesn't finish in time it will be aborted.
FLUENT_FIELD_OPTION(TDuration, TimeLimit);
+ /// @brief Alias for searching for an operation in the future.
+ FLUENT_FIELD_OPTION(TString, Alias);
+
/// @brief Title to be shown in web interface.
FLUENT_FIELD_OPTION(TString, Title);