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.6.0, and lists the numerous versions between 2.3.0 and 3.17.0."],["The `ReadStream` class represents a single stream for data retrieval from the storage system and is designed to be lightweight."],["The `ReadStream` class inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ReadStream` class include `Name` (a string representing the stream's name) and `ReadStreamName` (a strongly-typed view of the resource name)."],["The `ReadStream` class contains two constructors: a default constructor `ReadStream()` and an overload `ReadStream(ReadStream other)` for creating copies."]]],[]]