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."],[[["The webpage provides documentation for the `SplitReadStreamResponse` class within the Google BigQuery Storage v1 API, specifically for .NET development."],["The latest version of the documentation available is 3.17.0, but it also includes documentation for past versions, all the way back to version 2.3.0."],["`SplitReadStreamResponse` is used as a response message for the `SplitReadStream` function and includes information on the primary and remainder streams."],["The `SplitReadStreamResponse` class has constructors and properties such as `PrimaryStream` and `RemainderStream` which provide details about the split streams."],["The class inherits from several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.BigQuery.Storage.V1` namespace."]]],[]]