{{ 'NAVIGATION.TABLE' | translate }}

{{ 'TABLE.NAME' | translate }}

{{ table.label }} (partitioned)

{{ 'TABLE.HEALTH' | translate }}

{{table.health}}

{{ 'TABLE.REPLICAS_CONFIGURED' | translate }}

{{table.replicas_configured}}

{{ 'TABLE.SHARDS_CONFIGURED' | translate }}

{{table.shards_configured}}

{{ 'TABLE.SHARDS_STARTED' | translate }}

{{table.shards_started}}

{{ 'TABLE.SHARDS_MISSING' | translate }}

{{table.shards_missing}}

{{ 'TABLE.SHARDS_UNDERREPLICATED' | translate }}

{{table.shards_underreplicated}}

{{ 'TABLE.RECORDS_TOTAL' | translate }}

{{table.records_total | roundWithUnit:1}}

{{ 'TABLE.RECORDS_UNAVAILABLE' | translate }}

{{table.records_unavailable | roundWithUnit:1}}

{{ 'TABLE.RECORDS_UNDERREPLICATED' | translate }}

{{table.records_underreplicated | roundWithUnit:1}}

{{ 'TABLE.SIZE' | translate }} ({{ 'TABLE.SHARDS_TOTAL' | translate }})

{{table.size | bytes}}

{{ 'TABLE.RECOVERY' | translate }}

{{table.recovery_percent | number:1}}%

{{ 'TABLE.QUERY_TABLE' | translate }}

{{ 'TABLE.PARTITIONS' | translate }}

{{ 'TABLE.PARTITION_COLUMNS' | translate }}: {{col}}{{$last?'':', '}}
{{ 'TABLE.HEALTH' | translate }} {{ 'TABLE.PARTITION_IDENTIFIER' | translate }} {{ 'TABLE.PARTITION_VALUES' | translate }} {{ 'TABLE.REPLICAS_CONFIGURED' | translate }} {{ 'TABLE.SHARDS_CONFIGURED' | translate }} {{ 'TABLE.SHARDS_STARTED' | translate }} {{ 'TABLE.SHARDS_MISSING' | translate }} {{ 'TABLE.SHARDS_UNDERREPLICATED' | translate }} {{ 'TABLE.RECORDS_TOTAL' | translate }} {{ 'TABLE.RECORDS_UNAVAILABLE' | translate }} {{ 'TABLE.RECORDS_UNDERREPLICATED' | translate }} {{ 'TABLE.SIZE' | translate }}
{{ col }}
{{ item.health }} {{ item.partition_ident }} {{ item.partition_values[col] === null ? 'NULL' : item.partition_values[col] }} {{ item.replicas_configured }} {{ item.shards_configured }} {{ item.shards_started }} {{ item.shards_missing }} {{ item.shards_underreplicated }} {{ item.records_total }} {{ item.records_unavailable }} {{ item.records_underreplicated }} {{ item.size|bytes }}

{{ 'TABLE.SCHEMA' | translate }}

{{ 'TABLE.NAME' | translate }}
{{ 'TABLE.TYPE' | translate }}
{{ row.column_name }}
AS {{ row.generation_expression }}
{{ row.data_type }}