PartitionKey

Contains information about a partition key for an event data store.

Types

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

Properties

Link copied to clipboard

The name of the partition key.

Link copied to clipboard

The data type of the partition key. For example, bigint or string.

Functions

Link copied to clipboard
inline fun copy(block: PartitionKey.Builder.() -> Unit = {}): PartitionKey
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