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, which is a response message for `SplitReadStream`."],["The `SplitReadStreamResponse` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and cloning existing `SplitReadStreamResponse` objects."],["The `SplitReadStreamResponse` class has properties `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream`, and these represent the split portions of an original stream."],["The latest available version for this resource is 3.17.0, while the page specifically documents the 3.2.0 version, and it shows a long list of versions available from 2.3.0 up to the latest."]]],[]]