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.5.0, which facilitates data retrieval from the storage system."],["The latest version of `ReadStream` is 3.17.0, and there is an extensive list of previous versions available, starting from version 3.16.0 and going down to version 2.3.0."],["The `ReadStream` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["`ReadStream` instances contain a `Name` property, which is an output-only string that identifies the stream in the format `projects/{project_id}/locations/{location}/sessions/{session_id}/streams/{stream_id}`, and also have a `ReadStreamName`-typed property."],["The `ReadStream` class has two constructors, one of which is a standard constructor, the other takes another `ReadStream` as a parameter."]]],[]]