Skip to main content

Dynamo Table Settings

You can view and update key-value store collection settings in the Settings tab.

View Collection Settings

  1. Log in to your Macrometa account.
  2. Click Data > Collections.
  3. Click the collection for which you want to view the settings.
  4. Click Settings to view the Settings tab.

Collection Settings

Dynamo Table Settings

Dynamo Table settings are displayed as a table schema similar to the following code block.

{
"TableName": "Dynamo",
"TableStatus": "ACTIVE",
"TableArn": "426548253",
"ItemCount": 0,
"KeySchema": [
{
"AttributeName": "dyn",
"KeyType": "HASH"
}
],
"CreationDateTime": 1658949141,
"AttributeDefinitions": [
{
"AttributeName": "dyn",
"AttributeType": "S"
}
]
}

In the Settings tab, you can Delete or Purge the collection.