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 4.5
 
A description of a single data modification that was performed on an item in a DynamoDB table.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.StreamRecord

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

Syntax

C#
public class StreamRecord : Object

The StreamRecord type exposes the following members

Constructors

NameDescription
Public Method StreamRecord()

Properties

NameTypeDescription
Public Property Keys System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> Gets and sets the property Keys.

The primary key attribute(s) for the DynamoDB item that was modified.

Public Property NewImage System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> Gets and sets the property NewImage.

The item in the DynamoDB table as it appeared after it was modified.

Public Property OldImage System.Collections.Generic.Dictionary<System.String, Amazon.DynamoDBv2.Model.AttributeValue> Gets and sets the property OldImage.

The item in the DynamoDB table as it appeared before it was modified.

Public Property SequenceNumber System.String Gets and sets the property SequenceNumber.

The sequence number of the stream record.

Public Property SizeBytes System.Int64 Gets and sets the property SizeBytes.

The size of the stream record, in bytes.

Public Property StreamViewType Amazon.DynamoDBv2.StreamViewType Gets and sets the property StreamViewType.

The type of data from the modified DynamoDB item that was captured in this stream record:

  • KEYS_ONLY - only the key attributes of the modified item.

  • NEW_IMAGE - the entire item, as it appears after it was modified.

  • OLD_IMAGE - the entire item, as it appeared before it was modified.

  • NEW_AND_OLD_IMAGES — both the new and the old item images of the item.

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