public class MetricAggregationResult
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
Double |
getEventRate()
Gets the eventRate.
|
Long |
getKey()
Gets the key.
|
Date |
getKeyAsString()
Gets the keyAsString.
|
Long |
getMatchingResults()
Gets the matchingResults.
|
public Date getKeyAsString()
Date in string form representing the start of this interval.
public Long getKey()
Unix epoch time equivalent of the **key_as_string**, that represents the start of this interval.
public Long getMatchingResults()
Number of matching results.
public Double getEventRate()
The number of queries with associated events divided by the total number of queries for the interval. Only returned with **event_rate** metrics.
Copyright © 2023 IBM Cloud. All rights reserved.