Statistics

A list of statistics for a session.

Types

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

Properties

Link copied to clipboard

The end time for the aggregation.

Link copied to clipboard

The start time for the aggregation.

Link copied to clipboard

How the statistics should appear in USD. Options include: minimum, maximum, average or sum.

Link copied to clipboard
val count: Int

The number of instances in a list of statistics.

Link copied to clipboard

The fleet ID.

Link copied to clipboard

The type of instance.

Link copied to clipboard

The job ID.

Link copied to clipboard

The job name.

Link copied to clipboard

The licensed product.

Link copied to clipboard

The queue ID.

Link copied to clipboard

The total aggregated runtime.

Link copied to clipboard

The type of usage for the statistics.

Link copied to clipboard

The user ID.

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