public sealed class SparkHistoryServerConfig : IMessage<SparkHistoryServerConfig>, IEquatable<SparkHistoryServerConfig>, IDeepCloneable<SparkHistoryServerConfig>, IBufferMessage, IMessage
Spark History Server configuration for the workload.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The page details the `SparkHistoryServerConfig` class within the `Google.Cloud.Dataproc.V1` namespace, used for configuring the Spark History Server for workloads."],["The `SparkHistoryServerConfig` class has multiple versions available, ranging from the latest version 5.17.0 down to 3.1.0, with links for each."],["This class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, for message management and object operations."],["The class has two constructors, one default and one that accepts another `SparkHistoryServerConfig` object to create a new object from the provided one, and contains one property, called `DataprocCluster` which defines the resource name of the cluster to act as a spark history server."],["The page lists the inherited members from `Object`, which are `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, as well as detailing the assembly it is a part of, the `Google.Cloud.Dataproc.V1.dll`."]]],[]]