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."],[[["The `SplitCapacityCommitmentRequest` class is used to request the splitting of a capacity commitment in the BigQuery Reservation service, belonging to version 2.0.0 of the `Google.Cloud.BigQuery.Reservation.V1` namespace."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for managing and manipulating split capacity commitments."],["The `SplitCapacityCommitmentRequest` has properties to specify the resource `Name`, which is required, and also accepts a `CapacityCommitmentName` type and `SlotCount`, which determines the number of slots post-split, as part of its functionality."],["There are multiple versions listed, with 2.7.0 being the latest, and the content details the usage of version 2.0.0, allowing for access to details on prior versions of the `SplitCapacityCommitmentRequest` method."]]],[]]