TableSchemaDefinitionPartitionKey constructor

const TableSchemaDefinitionPartitionKey({
  1. required Input<String> name,
})

Creates a new TableSchemaDefinitionPartitionKey. name The name of the partition key column.

Implementation

const TableSchemaDefinitionPartitionKey({
  required this.name,
});