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 is a lightweight representation of a single data stream from the storage system, aggregating most of its information."],["This page documents the `ReadStream` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, under version 2.7.0, as well as a history of previous versions."],["The `ReadStream` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string representing the stream's resource name) and `ReadStreamName` (a typed view of the resource name)."],["The most current version, according to the provided content, is version 3.17.0, and it can be accessed via the provided link."]]],[]]