public sealed class ReadStream : IMessage<ReadStream>, IEquatable<ReadStream>, IDeepCloneable<ReadStream>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class ReadStream.
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 available for the `ReadStream` class in the Google BigQuery Storage v1 API is version 3.17.0, with multiple previous versions accessible, all the way back to 2.3.0."],["The `ReadStream` class, used for retrieving data from the storage system, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Instances of the `ReadStream` class are lightweight and contain aggregated information about a single data stream."],["The class `ReadStream` has properties such as `Name`, a string representing the stream's unique identifier, and `ReadStreamName`, which is a typed view over the `Name` property."],["`ReadStream` has 2 constructors available, one default and one that accepts another `ReadStream` as a parameter."]]],[]]