@terascope/types / elasticsearch-interfaces / IndicesStatsIndicesStats
Interface: IndicesStatsIndicesStats
Defined in: packages/types/src/elasticsearch-interfaces.ts:2777
Properties
| Property | Type | Defined in |
|---|---|---|
primaries | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2778 |
shards? | Record<string, IndicesStatsShardStats[]> | packages/types/src/elasticsearch-interfaces.ts:2779 |
total | IndicesStatsIndexStats | packages/types/src/elasticsearch-interfaces.ts:2780 |
uuid? | string | packages/types/src/elasticsearch-interfaces.ts:2781 |