GenericQueryAggregation
public struct GenericQueryAggregation : Codable, Equatable
Undocumented
-
The type of aggregation command used. Options include: term, histogram, timeslice, nested, filter, min, max, sum, average, unique_count, and top_hits.
Declaration
Swift
public var type: String