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 latest version of the `ReadStream` class is 3.17.0, part of the Google.Cloud.BigQuery.Storage.V1 namespace within the .NET framework."],["The `ReadStream` class provides information about a single data stream from the storage system, designed to be lightweight due to its aggregated nature."],["`ReadStream` inherits from the Object class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ReadStream` class includes properties such as `Name` (a string) and `ReadStreamName` (a typed view) to identify and manage stream instances."],["The page includes a list of all versions of the `ReadStream` class, from the latest (3.17.0) back to 2.3.0."]]],[]]