public double RequiredRegistrationFraction { get; set; }
Optional. The config setting to enable cluster creation/ updation to be
successful only after required_registration_fraction of instances are up
and running. This configuration is applicable to only secondary workers for
now. The cluster will fail if required_registration_fraction of instances
are not available. This will include instance creation, agent registration,
and service registration (if enabled).
[[["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."],[[["This webpage provides reference documentation for the `StartupConfig` class within the Google Cloud Dataproc v1 API, detailing its use in configuring instance startup during cluster creation and updates."],["The `StartupConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors, one default and another that copies an existing `StartupConfig` object, allowing for easy instantiation and duplication of configurations."],["The `StartupConfig` class includes properties like `HasRequiredRegistrationFraction` (a boolean flag) and `RequiredRegistrationFraction` (a double value) for controlling the number of instances that must be operational for a successful cluster creation."],["The page also contains links to the documentation for various versions of this feature, from the latest 5.17.0 version down to 3.1.0."]]],[]]