AWSKinesisHashKeyRange

Objective-C

@interface AWSKinesisHashKeyRange

Swift

class AWSKinesisHashKeyRange

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

Required parameters: [StartingHashKey, EndingHashKey]

  • The ending hash key of the hash key range.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable endingHashKey;

    Swift

    var endingHashKey: String? { get set }
  • The starting hash key of the hash key range.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable startingHashKey;

    Swift

    var startingHashKey: String? { get set }