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

The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers.

Declaration Syntax
C#
public class HashKeyRange
Members
All MembersConstructorsMethodsProperties



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

EndingHashKey
The ending hash key of the hash key range.

Constraints:

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


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.)
StartingHashKey
The starting hash key of the hash key range.

Constraints:

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


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

WithStartingHashKey(String) Obsolete.
Sets the StartingHashKey property

Inheritance Hierarchy
Object
HashKeyRange

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