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 `ReadStream` class, part of the `Google.Cloud.BigQuery.Storage.V1` namespace, represents a stream for retrieving data from the storage system."],["The latest version of `ReadStream` is `3.17.0`, with the list provided including versions down to `2.3.0`."],["`ReadStream` is a lightweight class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers a `Name` property, which is an output-only string representing the stream's resource name, and a `ReadStreamName` property, providing a typed view over the resource name."],["The class can be constructed either empty, or by providing another `ReadStream` object."]]],[]]