public sealed class SplitReadStreamResponse : IMessage<SplitReadStreamResponse>, IEquatable<SplitReadStreamResponse>, IDeepCloneable<SplitReadStreamResponse>, IBufferMessage, IMessage
[[["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 `SplitReadStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, specifically version 2.9.0, and presents documentation links for multiple versions ranging from 2.3.0 to 3.17.0."],["`SplitReadStreamResponse` is a response message for the `SplitReadStream` operation, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SplitReadStreamResponse` features two constructors: a default constructor and another that takes an existing `SplitReadStreamResponse` object as a parameter."],["It contains two key properties, `PrimaryStream` and `RemainderStream`, both of type `ReadStream`, that represent the split portions of the original stream, which are crucial to understanding the stream splitting concept."],["The page lists a range of versions for the class, the latest being 3.17.0, providing documentation for each."]]],[]]