public sealed class SplitCapacityCommitmentRequest : IMessage<SplitCapacityCommitmentRequest>, IEquatable<SplitCapacityCommitmentRequest>, IDeepCloneable<SplitCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
[[["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 details the `SplitCapacityCommitmentRequest` class, which is used to request the splitting of capacity commitments within the Google Cloud BigQuery Reservation service, specifically within version 1 of the API."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, offering functionalities like deep cloning and buffer message handling."],["The available versions for this class range from 1.2.0 to 2.7.0, with 2.7.0 being the latest, and provides access to previous versions of the `SplitCapacityCommitmentRequest` class."],["It contains properties such as `CapacityCommitmentName`, `Name`, and `SlotCount`, which allow for the specification of the capacity commitment to be split, its resource name, and the desired number of slots after the split, respectively."],["The class provides two constructors, a default constructor and another that accepts another `SplitCapacityCommitmentRequest` instance, allowing for creating new instances and copying from existing ones."]]],[]]