DynamoDbTableSchema
Esta página aún no está disponible en tu idioma.
DynamoDbTableSchema =
object
Defined in: src/persistence/journals/DynamoDbStore.ts:9
A table’s key schema, in the shape CreateTable wants.
Properties
Section titled “Properties”partitionKey
Section titled “partitionKey”
readonlypartitionKey:string
Defined in: src/persistence/journals/DynamoDbStore.ts:12
Partition key — always the persistence id in these stores.
sortKey?
Section titled “sortKey?”
readonlyoptionalsortKey?:object
Defined in: src/persistence/journals/DynamoDbStore.ts:14
Sort key, for the tables that hold many items per persistence id.
readonlyname:string
readonlytype:"N"|"S"
tableName
Section titled “tableName”
readonlytableName:string
Defined in: src/persistence/journals/DynamoDbStore.ts:10
