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 provides documentation for the `SplitReadStreamResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for version 2.7.0, with links to various older and newer versions, up to the latest version 3.17.0."],["`SplitReadStreamResponse` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with its primary function being the response message for `SplitReadStream` operations."],["The class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `SplitReadStreamResponse` class includes two properties, `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream` and represent the beginning and tail portions of an original stream, respectively, after a split."],["Constructors are available for creating new instances of `SplitReadStreamResponse`, either as an empty object, or as a copy of another `SplitReadStreamResponse` object."]]],[]]