AWS SDK for .NET Documentation
SequenceNumber Property
AmazonAmazon.Kinesis.ModelPutRecordResultSequenceNumber Did this page help you?   Yes   No    Tell us about it...
The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

Constraints:

Pattern
0|([1-9]\d{0,128})

Declaration Syntax
C#
public string SequenceNumber { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)