AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents all of the data describing a particular stream.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class StreamDescription
The StreamDescription type exposes the following members
| Name | Description | |
|---|---|---|
|
StreamDescription() |
| Name | Type | Description | |
|---|---|---|---|
|
CreationRequestDateTime | System.DateTime |
Gets and sets the property CreationRequestDateTime. The date and time when the request to create this stream was issued. |
|
KeySchema | System.Collections.Generic.List<Amazon.DynamoDBv2.Model.KeySchemaElement> |
Gets and sets the property KeySchema. The key attribute(s) of the stream's DynamoDB table. |
|
LastEvaluatedShardId | System.String |
Gets and sets the property LastEvaluatedShardId. The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.
If
If |
|
Shards | System.Collections.Generic.List<Amazon.DynamoDBv2.Model.Shard> |
Gets and sets the property Shards. The shards that comprise the stream. |
|
StreamArn | System.String |
Gets and sets the property StreamArn. The Amazon Resource Name (ARN) for the stream. |
|
StreamLabel | System.String |
Gets and sets the property StreamLabel. A timestamp, in ISO 8601 format, for this stream.
Note that
|
|
StreamStatus | Amazon.DynamoDBv2.StreamStatus |
Gets and sets the property StreamStatus. Indicates the current status of the stream:
|
|
StreamViewType | Amazon.DynamoDBv2.StreamViewType |
Gets and sets the property StreamViewType. Indicates the format of the records within this stream:
|
|
TableName | System.String |
Gets and sets the property TableName. The DynamoDB table with which the stream is associated. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5