diff options
author | Alexander Smirnov <alex@ydb.tech> | 2025-03-28 16:29:59 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2025-03-28 16:29:59 +0000 |
commit | 47925dc9b97cba8944921192c65e0970b0028655 (patch) | |
tree | 9b3a0f7461941f0dba83793fd0bc812e4a0652ed /yt/cpp/mapreduce/interface/client_method_options.h | |
parent | a69fc63728f3d5853f6ab334f51f6d8c27df725c (diff) | |
parent | edadd323d853c7b38d7bd041403fd786156bbad8 (diff) | |
download | ydb-47925dc9b97cba8944921192c65e0970b0028655.tar.gz |
Merge pull request #16402 from ydb-platform/merge-libs-250328-1230
Diffstat (limited to 'yt/cpp/mapreduce/interface/client_method_options.h')
-rw-r--r-- | yt/cpp/mapreduce/interface/client_method_options.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/client_method_options.h b/yt/cpp/mapreduce/interface/client_method_options.h index 807009682e..866f900571 100644 --- a/yt/cpp/mapreduce/interface/client_method_options.h +++ b/yt/cpp/mapreduce/interface/client_method_options.h @@ -1118,6 +1118,10 @@ struct TCreateClientOptions /// @brief Proxy Address to be used for connection FLUENT_FIELD_OPTION(TString, ProxyAddress); + + /// @brief Specifies the Unix socket used for connection, + /// typically when the RPC proxy is enabled within the job proxy. + FLUENT_FIELD_OPTION(TString, ProxyUnixDomainSocket); }; /// |