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 the API documented here is 3.17.0, with previous versions from 3.16.0 down to 2.3.0 also listed and accessible."],["The `SplitReadStreamResponse` class is used as a response message for `SplitReadStream` operations, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two main properties: `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream`, representing parts of the original stream."],["The class contains two constructor methods: one default, and one taking another `SplitReadStreamResponse` for the `other` parameter."]]],[]]