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 reference documentation for the `ReadStream` class within the Google BigQuery Storage v1 API for .NET, with the latest version being 3.17.0."],["The `ReadStream` class is designed to represent a single stream for data retrieval from the BigQuery storage system, focusing on being a lightweight representation of stream information."],["The class `ReadStream` implements the interfaces `IMessage`, `IEquatable\u003cReadStream\u003e`, `IDeepCloneable\u003cReadStream\u003e`, and `IBufferMessage`, also inheriting methods from the `object` class."],["The `ReadStream` class has two constructors, one default and one that takes another `ReadStream` as an argument, along with two properties: `Name` (a string), and `ReadStreamName` (a `ReadStreamName` type), that are the names of the stream."],["The documentation lists the various .NET versions supported, starting from version 3.17.0 all the way back to 2.3.0, all of which can be accessed from the links provided."]]],[]]