Represents the output of a DescribeStream operation.

C# |
public class StreamDescription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StreamDescription()()()() | Initializes a new instance of the StreamDescription class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | HasMoreShards |
If set to true there are more shards in the stream available to describe.
|
![]() | Shards |
The shards that comprise the stream.
|
![]() | StreamARN |
The Amazon Resource Name (ARN) for the stream being described.
|
![]() | StreamName |
The name of the stream being described.
Constraints: |
![]() | StreamStatus |
The current status of the stream being described. The stream status is one of the following states:
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithHasMoreShards(Boolean) | Obsolete.
Sets the HasMoreShards property
|
![]() | WithShards(array<Shard>[]()[][]) | Obsolete.
Adds elements to the Shards collection
|
![]() | WithShards(IEnumerable<(Of <<'(Shard>)>>)) | Obsolete.
Adds elements to the Shards collection
|
![]() | WithStreamARN(String) | Obsolete.
Sets the StreamARN property
|
![]() | WithStreamName(String) | Obsolete.
Sets the StreamName property
|
![]() | WithStreamStatus(String) | Obsolete.
Sets the StreamStatus property
|

Object | |
![]() | StreamDescription |