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-04-17 UTC."],[[["The `StartupConfig` class in the Google Cloud Dataproc v1 API is used to manage instance startup during cluster creation and updates."],["The latest version of the API documented is 5.17.0, with versions ranging from 3.1.0 up to 5.17.0, and this page specifically details version 5.15.0 of the `StartupConfig` class."],["The `StartupConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StartupConfig` class has a property called `RequiredRegistrationFraction` which controls whether cluster creation/updating will be successful only after a certain fraction of instances are running, exclusively affecting secondary worker instances."],["This class has two constructors, one that instantiates an empty object and another that takes another instance of itself to make a copy of said object."]]],[]]