@terascope/types / elasticsearch-interfaces / IndicesStatsIndicesStats
Interface: IndicesStatsIndicesStats
Defined in: packages/types/src/elasticsearch-interfaces.ts:2745
Properties
Property | Type | Defined in |
---|---|---|
primaries | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2746 |
shards? | Record <string , IndicesStatsShardStats []> | packages/types/src/elasticsearch-interfaces.ts:2747 |
total | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2748 |
uuid? | string | packages/types/src/elasticsearch-interfaces.ts:2749 |