public sealed class ReadStream : IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, IBufferMessage, IMessage
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 content details the `ReadStream` class, which is used to retrieve data from the storage system in Google Cloud BigQuery."],["The `ReadStream` class is lightweight as most of its information is aggregated, as is shown through the listed inherited members."],["The document shows a version history of the `ReadStream` class, from version 2.3.0 to 3.17.0, with the most recent version being labeled as latest."],["The `ReadStream` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ReadStream` class contains a constructor, `ReadStream()`, and has two properties: `Name` which stores the stream name and `ReadStreamName` which is a view over the name."]]],[]]