Statistics

A map of key-value pairs for all supported statistics. For issues with missing or unexpected values for this API, consult Fleet indexing troubleshooting guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The average of the aggregated field values.

Link copied to clipboard
val count: Int

The count of things that match the query string criteria and contain a valid aggregation field value.

Link copied to clipboard

The maximum aggregated field value.

Link copied to clipboard

The minimum aggregated field value.

Link copied to clipboard

The standard deviation of the aggregated field values.

Link copied to clipboard
val sum: Double?

The sum of the aggregated field values.

Link copied to clipboard

The sum of the squares of the aggregated field values.

Link copied to clipboard

The variance of the aggregated field values.

Functions

Link copied to clipboard
inline fun copy(block: Statistics.Builder.() -> Unit = {}): Statistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String