AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents all of the data describing a particular stream.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.StreamSummary

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class StreamSummary : Object

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 AWS 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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8