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, specifically for .NET development."],["The `SplitReadStreamResponse` class is used to handle response messages for splitting a read stream, as it has implementations of various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties, `PrimaryStream` and `RemainderStream`, both of type `ReadStream`, which are used to manage the resulting split streams."],["The documentation shows different versions of the `SplitReadStreamResponse` class, ranging from version 2.3.0 up to 3.17.0, including the current version being 3.15.0."]]],[]]