UDIShardDetail Table

UDIShardDetail is a table that will store the last SequenceNumber against the shardID return from AWS kinesis stream.

Table 1. Database columns for UDIShardDetail table

Database Column

Details

UDIShardDetailID

Type: integer. Key. Generated ID

A unique identifier for this table.

ShardID

Type: text (max 512 characters). Key

A string that identifies the Kinessis Data Stream ShardId.

SequenceNumber

Type: text (max 512 characters)

A string that identifies the Kinessis Data Stream last Sequence Number.

Submitted

Type: datetime

Date time when the last record has been inserted or updated.