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 provides documentation for the `ReadStream` class within the `Google.Cloud.BigQuery.Storage.V1` namespace in .NET, detailing its use for accessing data streams from the storage system."],["The latest version documented is 3.17.0, with a comprehensive list of versions ranging from 2.3.0 to 3.17.0 available for reference."],["The `ReadStream` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its integration within the .NET ecosystem."],["The `ReadStream` class has two constructors available, one being a parameterless version and the other accepting another `ReadStream` object."],["The two properties available are `Name`, a string that represents the name of the stream, and `ReadStreamName`, which is a `ReadStreamName` type that is a typed view of the `Name` resource property."]]],[]]