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.8.0."],["`SplitReadStreamResponse` is a response message for `SplitReadStream` operations, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and provides methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and details the implemented members."],["The class has two constructors: a parameterless constructor and one that takes another `SplitReadStreamResponse` as a parameter, allowing for the creation of new instances or copies."],["`SplitReadStreamResponse` has two main properties, `PrimaryStream` and `RemainderStream`, both of type `ReadStream`, representing the beginning and tail portions of the original stream after a split operation."]]],[]]