diff options
Diffstat (limited to 'yt/cpp/mapreduce/interface/client.h')
-rw-r--r-- | yt/cpp/mapreduce/interface/client.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client.h b/yt/cpp/mapreduce/interface/client.h index 369f9e8710..2b118214d3 100644 --- a/yt/cpp/mapreduce/interface/client.h +++ b/yt/cpp/mapreduce/interface/client.h @@ -415,6 +415,14 @@ public: const TGetOperationOptions& options = TGetOperationOptions()) = 0; /// + /// @brief Get operation attributes. + /// + /// @see [YT doc](https://ytsaurus.tech/docs/en/api/commands.html#get_operation) + virtual TOperationAttributes GetOperation( + const TString& alias, + const TGetOperationOptions& options = TGetOperationOptions()) = 0; + + /// /// @brief List operations satisfying given filters. /// /// @see [YT doc](https://ytsaurus.tech/docs/en/api/commands.html#list_operations) |