Class StreamSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents all of the data describing a particular stream.
public class StreamSummary
- Inheritance
-
StreamSummary
- Inherited Members
Constructors
StreamSummary()
public StreamSummary()
Properties
StreamArn
Gets and sets the property StreamArn.
The Amazon Resource Name (ARN) for the stream.
public string StreamArn { get; set; }
Property Value
StreamLabel
Gets and sets the property StreamLabel.
A timestamp, in ISO 8601 format, for this stream.
Note that
LatestStreamLabel
is not a unique identifier for the stream,
because it is possible that a stream from another table might have the same timestamp.
However, the combination of the following three elements is guaranteed to be unique:
the AWS customer ID.
the table name
the
StreamLabel
public string StreamLabel { get; set; }
Property Value
TableName
Gets and sets the property TableName.
The DynamoDB table with which the stream is associated.
public string TableName { get; set; }