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