summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface/operation.h')
-rw-r--r--yt/cpp/mapreduce/interface/operation.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/operation.h b/yt/cpp/mapreduce/interface/operation.h
index aa109575a8a..218ead0572d 100644
--- a/yt/cpp/mapreduce/interface/operation.h
+++ b/yt/cpp/mapreduce/interface/operation.h
@@ -2880,6 +2880,10 @@ struct TListJobsOptions
FLUENT_FIELD_OPTION(bool, WithMonitoringDescriptor);
///
+ /// @brief Return only jobs with given operation incarnation.
+ FLUENT_FIELD_OPTION(TString, OperationIncarnation);
+
+ ///
/// @brief Search for jobs with start time >= `FromTime`.
FLUENT_FIELD_OPTION(TInstant, FromTime);