QueryRange

Defines a time range for dependency query data.

Types

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

Properties

Link copied to clipboard

The data points within the query range.

Link copied to clipboard

The end time of the query range.

Link copied to clipboard

The granularity of the query range data points.

Link copied to clipboard

The start time of the query range.

Functions

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