MetricFilter

A filter condition applied to a metric component in a calculation. Filters restrict the data included in the metric computation.

Types

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

Properties

Link copied to clipboard

A boolean comparison condition.

Link copied to clipboard

The key identifying the field to filter on.

Link copied to clipboard

Specifies whether the filter condition is negated. When set to true, the filter excludes matching data instead of including it.

Link copied to clipboard

A numeric comparison condition.

Link copied to clipboard

A string comparison condition.

Functions

Link copied to clipboard
inline fun copy(block: MetricFilter.Builder.() -> Unit = {}): MetricFilter
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