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."],[[["This webpage details the `ReadStream` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for version 2.9.0, which provides information about a single stream for data retrieval from the storage system."],["The latest version available is 3.17.0, with numerous previous versions ranging from 3.16.0 to 2.3.0 also accessible through provided links."],["`ReadStream` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which define its capabilities and interactions."],["The `ReadStream` class has two constructors, `ReadStream()` and `ReadStream(ReadStream other)`, and two properties, `Name` (a string) and `ReadStreamName` (a typed view over the Name resource), to manage stream identification."],["The ReadStream class inherits certain members from the Object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]