Table of Contents

Class SequenceNumberRange

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

The beginning and ending sequence numbers for the stream records contained within a shard.

public class SequenceNumberRange
Inheritance
SequenceNumberRange
Inherited Members

Constructors

SequenceNumberRange()

public SequenceNumberRange()

Properties

EndingSequenceNumber

Gets and sets the property EndingSequenceNumber.

The last sequence number.

public string EndingSequenceNumber { get; set; }

Property Value

string

StartingSequenceNumber

Gets and sets the property StartingSequenceNumber.

The first sequence number.

public string StartingSequenceNumber { get; set; }

Property Value

string