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."],[[["The webpage details the `SplitReadStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace for .NET, specifically focusing on its implementation and properties."],["Version 3.17.0 is the latest version of the `SplitReadStreamResponse` class, and the content also includes various previous versions, ranging from 3.16.0 down to 2.3.0."],["The `SplitReadStreamResponse` class is used as a response message for the `SplitReadStream` function, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class features two main properties: `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream` and represent portions of the original stream; an empty value indicates the original stream can no longer be split."],["The `SplitReadStreamResponse` class includes two constructors, one of which is a default constructor, and the other one takes a `SplitReadStreamResponse` parameter."]]],[]]