MetricAggregationWithMissingSupport🔗Definition🔗export interface MetricAggregationWithMissingSupport { settings?: { missing?: string; }; type: elasticsearch.MetricAggregationType; id: string; hide?: boolean; } See also🔗 MetricAggregationWithMissingSupportBuilder