Skip to content

Azure Table Column Mappings

For displaying table items columns can be mapped to a column from the table in Azure.

Configuration

Column

The column containing the data from the selected Azure table.

Required.

Column Name

The column name used to display in the details list.

Type

The data type for the column. This should match the selected type in the Azure table.

Required.

Options:

  • String
  • Boolean
  • Date Time
  • Double
  • Int32
  • Int64
  • Guid
  • Binary

Format

Depending on the selected type the data that is displayed can be formatted in different ways.

String, Int32, Int64, Guid, Binary

None.

Boolean:

  • True/False
  • Yes/No
  • 1/0
  • On/Off
  • Enabled/Disabled

Date Time

A Luxon date time format, see https://moment.github.io/luxon/#/formatting?id=table-of-tokens for format tokens.

Double

The number of decimal places displayed for the value. Min 0, max 15.

Visible

When checked the column will be visible on the details list.

tables-column-mappings