public sealed class ReadStream : IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadStream.
Information about a single stream that gets data out of the storage system.
Most of the information about ReadStream instances is aggregated, making
ReadStream lightweight.
[[["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 page provides documentation for the `ReadStream` class within the Google BigQuery Storage v1 API, specifically for version 3.14.0, with links to other versions as well."],["`ReadStream` is a class that represents a single stream used to extract data from the storage system, designed to be lightweight by aggregating most of its information."],["The documentation outlines the `ReadStream` class's inheritance hierarchy, which includes implementation of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for the `ReadStream` class, including a default constructor and one that accepts another `ReadStream` instance."],["The properties available for the class are the `Name` and `ReadStreamName` which are string and `ReadStreamName` type respectively, each are well defined within the documentation."]]],[]]