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 webpage provides reference documentation for the `SplitReadStreamResponse` class within the Google BigQuery Storage v1 API for .NET."],["The latest version of `SplitReadStreamResponse` is 3.17.0, with several previous versions available, spanning from 2.3.0 to 3.16.0."],["`SplitReadStreamResponse` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as containing properties `PrimaryStream` and `RemainderStream`."],["The class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, found within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The `SplitReadStreamResponse` class represents the response message for the `SplitReadStream` function and indicates whether a stream can be split, with properties representing the primary and remainder of the stream."]]],[]]