AWS SDK for .NET Documentation
SequenceNumberRange Class
AmazonAmazon.Kinesis.ModelSequenceNumberRange Did this page help you?   Yes   No    Tell us about it...

The range of possible sequence numbers for the shard.

Declaration Syntax
C#
public class SequenceNumberRange
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SequenceNumberRange()()()()
Initializes a new instance of the SequenceNumberRange class

EndingSequenceNumber
The ending sequence number for the range. Shards that are in the OPEN state have an ending sequence number of null.

Constraints:

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


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
StartingSequenceNumber
The starting sequence number for the range.

Constraints:

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


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEndingSequenceNumber(String) Obsolete.
Sets the EndingSequenceNumber property

WithStartingSequenceNumber(String) Obsolete.
Sets the StartingSequenceNumber property

Inheritance Hierarchy
Object
SequenceNumberRange

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