Shard

class Shard

A uniquely identified group of data records in a Kinesis data stream.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The shard ID of the shard adjacent to the shard's parent.

Link copied to clipboard

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

Link copied to clipboard

The shard ID of the shard's parent.

Link copied to clipboard

The range of possible sequence numbers for the shard.

Link copied to clipboard

The unique identifier of the shard within the stream.

Functions

Link copied to clipboard
inline fun copy(block: Shard.Builder.() -> Unit = {}): Shard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String