Condition

class Condition

Indicates the condition based on which you want to filter the metrics.

Types

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

Properties

Link copied to clipboard

Indicates the field in the metric.

Link copied to clipboard

Indicates the type of operator or comparison to be used when evaluating a condition against the specified field.

Link copied to clipboard

Indicates the value or data against which a condition is evaluated.

Functions

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