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 the API documented is 3.17.0, with the currently displayed version being 3.11.0, and also listing versions dating back to 2.3.0."],["The `SplitReadStreamResponse` class is a response message for the `SplitReadStream` function, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SplitReadStreamResponse` class include `PrimaryStream` and `RemainderStream`, both of which are of type `ReadStream` and represent the split parts of the original stream."],["The class has two constructors which are a default, parameterless constructor, and one which takes in a previous `SplitReadStreamResponse` object as an argument."]]],[]]