Type alias PrimaryIndexLayout

PrimaryIndexLayout: {
    partitionKey: string;
    sortKey: string;
}

The structure of your primary index. Your table must have a partition and sort keys, both of type 'S' (string)

Type declaration

  • partitionKey: string

    The name of the primary partition key

  • sortKey: string

    The name of the primary sort key

Generated using TypeDoc