PrimaryKey

The primary key for a KSDS data set.

Types

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

Properties

Link copied to clipboard
val length: Int

A strictly positive integer value representing the length of the primary key.

Link copied to clipboard
val name: String?

A name for the Primary Key.

Link copied to clipboard
val offset: Int

A positive integer value representing the offset to mark the start of the primary key in the record byte array.

Functions

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