MetricTokenAggregationResult
public struct MetricTokenAggregationResult : Codable, Equatable
Aggregation result data for the requested metric.
-
The content of the natural_language_query parameter used in the query that this result represents.
Declaration
Swift
public var key: String?
-
Number of matching results.
Declaration
Swift
public var matchingResults: Int?
-
The number of queries with associated events divided by the total number of queries currently stored (queries and events are stored in the log for 30 days).
Declaration
Swift
public var eventRate: Double?