NodeAggregator

One or more aggregators for viewing counts of nodes using different dimensions.

Types

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

Properties

Link copied to clipboard

Information about aggregators used to refine a node summary.

Link copied to clipboard

The aggregator type for limiting a node summary. Currently, only Count is supported.

Link copied to clipboard

The name of a node attribute on which to limit the count of nodes.

Link copied to clipboard

The data type name to use for viewing counts of nodes. Currently, only Instance is supported.

Functions

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