ZIOAggregationsOps

zio.elasticsearch.package$.ZIOAggregationsOps
final implicit class ZIOAggregationsOps[R](zio: RIO[R, AggregationsResult])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

name

the name of the aggregation to retrieve

Returns:

a RIO effect that, when executed, will produce an optional AggregationResponse.

Attributes

Returns:

a RIO effect that, when executed, will produce a Map of the aggregations name and response.