Shard

class Shard

Represents a uniquely identified group of change records within a change data capture stream for Amazon Keyspaces.

Types

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

Properties

Link copied to clipboard

The identifiers of parent shards that this shard evolved from, if this shard was created through resharding.

Link copied to clipboard

The range of sequence numbers contained within this shard.

Link copied to clipboard

A unique identifier for this 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