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 functionality for accessing data from the storage system."],["The `ReadStream` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capabilities for message handling, equality checks, deep cloning, and buffered message operations."],["The documentation includes information on the class's inheritance from the `object` class and provides details on its constructors, such as `ReadStream()` and `ReadStream(ReadStream other)`, used for creating new instances and copying existing ones."],["The class's key properties are `Name` which stores the resource name of the stream, and `ReadStreamName`, a typed view over the `Name` property, providing a structured representation of the resource name."],["The page features an extensive version history of the API, ranging from version 2.3.0 all the way up to the latest version 3.17.0, allowing you to navigate between different releases."]]],[]]