public sealed class SplitCapacityCommitmentRequest : IMessage<SplitCapacityCommitmentRequest>, IEquatable<SplitCapacityCommitmentRequest>, IDeepCloneable<SplitCapacityCommitmentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class SplitCapacityCommitmentRequest.
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-04-17 UTC."],[[["This document provides reference documentation for the `SplitCapacityCommitmentRequest` class within the Google Cloud BigQuery Reservation v1 API, detailing its use in splitting a capacity commitment."],["The `SplitCapacityCommitmentRequest` class is a request type used with the `ReservationService.SplitCapacityCommitment` method."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["Key properties of the `SplitCapacityCommitmentRequest` include `Name` to specify the resource name of the capacity commitment to split and `SlotCount` to define the desired number of slots after the split."],["The documentation showcases versions from 2.7.0 down to 1.2.0 of the `SplitCapacityCommitmentRequest` class, which can be found within the `Google.Cloud.BigQuery.Reservation.V1` namespace and the `Google.Cloud.BigQuery.Reservation.V1.dll` assembly."]]],[]]