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."],[[["This webpage provides documentation for the `ReadStream` class within the Google BigQuery Storage v1 API, detailing its structure and functionality."],["The latest version of the `ReadStream` documentation is for version 3.17.0, with a range of previous versions from 3.16.0 down to 2.3.0 also available."],["`ReadStream` is a class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting it supports various operations and functionalities."],["The `ReadStream` class has two constructors, a default one and another that accepts another `ReadStream` object to create a new one based on it."],["Key properties of the `ReadStream` class include `Name`, which is a string representing the stream's identifier, and `ReadStreamName`, a typed view over the `Name` property."]]],[]]