@terascope/types / elasticsearch-interfaces / IndicesStatsIndicesStats
Interface: IndicesStatsIndicesStats
Defined in: packages/types/src/elasticsearch-interfaces.ts:2762
Properties
Property | Type | Defined in |
---|---|---|
primaries | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2763 |
shards? | Record <string , IndicesStatsShardStats []> | packages/types/src/elasticsearch-interfaces.ts:2764 |
total | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2765 |
uuid? | string | packages/types/src/elasticsearch-interfaces.ts:2766 |