Bucket

class Bucket

A count of documents that meets a specific aggregation criteria.

Types

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

Properties

Link copied to clipboard
val count: Int

The number of documents that have the value counted for the particular bucket.

Link copied to clipboard

The value counted for the particular bucket.

Functions

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