public sealed class SplitReadStreamResponse : IMessage<SplitReadStreamResponse>, IEquatable<SplitReadStreamResponse>, IDeepCloneable<SplitReadStreamResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class SplitReadStreamResponse.
[[["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 page provides reference documentation for the `SplitReadStreamResponse` class within the Google BigQuery Storage v1 API for .NET."],["The latest version of this class is 3.17.0, but documentation is provided for versions ranging from 2.3.0 to 3.17.0, with the current documentation being for version 3.3.0."],["`SplitReadStreamResponse` is a response message used in the `SplitReadStream` process, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two primary properties, `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream` and represent the split portions of the original stream."],["The class inherits members from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it is part of the `Google.Cloud.BigQuery.Storage.V1` namespace in the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."]]],[]]