AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.StreamSummary

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public class StreamSummary

The StreamSummary type exposes the following members

Constructors

NameDescription
Public Method StreamSummary()

Properties

NameTypeDescription
Public Property StreamArn System.String

Gets and sets the property StreamArn.

The Amazon Resource Name (ARN) for the stream.

Public Property StreamLabel System.String

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 Amazon Web Services customer ID.

  • the table name

  • the StreamLabel

Public Property TableName System.String

Gets and sets the property TableName.

The DynamoDB table with which the stream is associated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5