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-02 UTC."],[[["This webpage provides reference documentation for the `SplitCapacityCommitmentRequest` class within the BigQuery Reservation v1 API, spanning versions 1.2.0 to 2.7.0, with 2.7.0 being the latest."],["The `SplitCapacityCommitmentRequest` class is used to make a request to split a capacity commitment, as indicated by its purpose within the `ReservationService.SplitCapacityCommitment` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET framework."],["The `SplitCapacityCommitmentRequest` class includes properties like `CapacityCommitmentName`, `Name`, and `SlotCount`, enabling the configuration of the capacity commitment to be split."],["The class contains inherited members from the base `object` class, including methods such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]