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 latest version of the `SplitReadStreamResponse` class is 3.17.0, and the documentation provides access to various past versions, ranging from 3.16.0 down to 2.3.0."],["`SplitReadStreamResponse` is a class within the Google BigQuery Storage v1 API, serving as the response message for the `SplitReadStream` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration within the .NET framework."],["The class has properties `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream`, representing parts of the original stream that was split."],["The class provides two constructor methods, `SplitReadStreamResponse()` and `SplitReadStreamResponse(SplitReadStreamResponse other)`."]]],[]]