AggregateHints

class AggregateHints : AbstractOptions


Summary

Public constructors

Creates a new, empty AggregateHints object.

Inherited functions

From com.google.firebase.firestore.pipeline.AbstractOptions
AggregateHints
adding(newOptions: AbstractOptions<*>)
AggregateHints
with(key: String, subSection: AbstractOptions<*>)
AggregateHints
AggregateHints
with(key: String, value: Boolean)

Specify generic Boolean option

AggregateHints
with(key: String, value: Double)

Specify generic Double option

AggregateHints
with(key: String, value: Field)

Specify generic Field option

AggregateHints
with(key: String, value: InternalOptions)
AggregateHints
with(key: String, value: Long)

Specify generic Long option

AggregateHints
with(key: String, value: RawOptions)

Specify RawOptions object

AggregateHints
with(key: String, value: String)

Specify generic String option

AggregateHints
with(key: String, vararg values: String)

Public constructors

AggregateHints

AggregateHints()

Creates a new, empty AggregateHints object.

Public functions

self

open fun self(options: InternalOptions): AggregateHints

withForceStreamableEnabled

fun withForceStreamableEnabled(): AggregateHints