{{ 'NAVIGATION.TABLE' | translate }}

{{ 'TABLE.NAME' | translate }}

(partitioned)

{{ 'TABLE.HEALTH' | translate }}

{{table.health}}

{{ 'TABLE.CONFIG_REPLICAS' | translate }}

{{table.replicas_configured}}

{{ 'TABLE.CONFIG_SHARDS' | translate }}

{{table.shards_configured}}

{{ 'TABLE.STARTED_SHARDS' | translate }}

{{table.shards_started}}

{{ 'TABLE.MISSING_SHARDS' | translate }}

{{table.shards_missing}}

{{ 'TABLE.UNDERREPL_SHARDS' | translate }}

{{table.shards_underreplicated}}

{{ 'TABLE.TOTAL' | translate }} {{ table.type_display_name | translate }}

{{table.records_total | roundWithUnit:1}}

{{ 'TABLE.UNAVAILABLE' | translate }} {{ table.type_display_name | translate }}

{{table.records_unavailable | roundWithUnit:1}}

{{ 'TABLE.UNDERREPL' | translate }} {{ table.type_display_name | translate }}

{{table.records_underreplicated | roundWithUnit:1}}

{{ 'TABLE.SIZE' | translate }} (Sum of primary shards)

{{table.size | bytes}}

{{ 'TABLE.RECOVERY' | translate }}

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

QUERY TABLE

{{ 'TABLE.PARTITIONS' | translate }}

{{ 'TABLE.PARTITION_COLUMNS' | translate }}: {{col}}{{$last?'':', '}}
{{ 'TABLE.HEALTH' | translate }} {{ 'TABLE.ROW.IDENT' | translate }} {{ 'TABLE.ROW.PARTITION_VALUES' | translate }} {{ 'TABLE.ROW.CONF_REPLICAS' | translate }} {{ 'TABLE.ROW.CONF_SHARDS' | translate }} {{ 'TABLE.ROW.STARTED_SHARDS' | translate }} {{ 'TABLE.ROW.MISSING_SHARDS' | translate }} {{ 'TABLE.ROW.UNDERREPL_SHARDS' | translate }} {{ 'TABLE.ROW.TOTAL_RECORDS' | translate }} {{ 'TABLE.ROW.UNAVAIL_RECORDS' | translate }} {{ 'TABLE.ROW.UNDERREPL_RECORDS' | translate }} {{ 'TABLE.ROW.SIZE' | translate }}
{{ col }}
{{ item.health }} {{ item.partition_ident }} {{ item.partition_values[col] ? item.partition_values[col] : 'NULL' }} {{ 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 }}