GroupCount

Provides a group of results for a query that retrieved aggregated statistical data about findings.

Types

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

Properties

Link copied to clipboard
val count: Long?

The total number of findings in the group of query results.

Link copied to clipboard

The name of the property that defines the group in the query results, as specified by the groupBy property in the query request.

Functions

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