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."],[[["The latest version available for `ReadStream` is 3.17.0, with various other versions ranging from 3.16.0 down to 2.3.0 also available for selection."],["`ReadStream` is a class that represents a single stream of data from the storage system, providing a lightweight way to manage data streams."],["`ReadStream` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, cloning, and buffer operations."],["The `ReadStream` class has two constructors, one default and one that takes another `ReadStream` as a parameter for creating a copy."],["`ReadStream` includes properties `Name`, which is a string representing the stream's resource name, and `ReadStreamName`, a typed view of the resource name."]]],[]]