MetricAggregationWithMissingSupport🔗
Definition🔗
export interface MetricAggregationWithMissingSupport {
settings?: {
missing?: string;
};
type: elasticsearch.MetricAggregationType;
id: string;
hide?: boolean;
}
Methods🔗
No methods.