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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eReadStream\u003c/code\u003e is 3.17.0, with various other versions ranging from 3.16.0 down to 2.3.0 also available for selection.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadStream\u003c/code\u003e is a class that represents a single stream of data from the storage system, providing a lightweight way to manage data streams.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadStream\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities for message handling, comparison, cloning, and buffer operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eReadStream\u003c/code\u003e class has two constructors, one default and one that takes another \u003ccode\u003eReadStream\u003c/code\u003e as a parameter for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eReadStream\u003c/code\u003e includes properties \u003ccode\u003eName\u003c/code\u003e, which is a string representing the stream's resource name, and \u003ccode\u003eReadStreamName\u003c/code\u003e, a typed view of the resource name.\u003c/p\u003e\n"]]],[],null,[]]