Options
All
  • Public
  • Public/Protected
  • All
Menu

Contains the primary key type and key type values. Used when definition Table.keyAttributes, Table.keySchema and Index.keySchema

Hierarchy

  • PrimaryKey

Index

Constructors

Properties

BinaryType: { type: "B" } = ...

Use for defining binary based Table.keyAttributes

Type declaration

  • type: "B"
NumberType: { type: "N" } = ...

Use for defining number based Table.keyAttributes

Type declaration

  • type: "N"
PartitionKeyType: { keyType: "HASH" } = ...

Use for defining partition (HASH) key Table.keySchema or Index.keySchema

Type declaration

  • keyType: "HASH"
SortKeyType: { keyType: "RANGE" } = ...

Use for defining sort (RANGE) key Table.keySchema or Index.keySchema

Type declaration

  • keyType: "RANGE"
StringType: { type: "S" } = ...

Use for defining string based Table.keyAttributes

Type declaration

  • type: "S"

Generated using TypeDoc