CollectionGroupOptions

class CollectionGroupOptions : AbstractOptions


Summary

Public constructors

Creates a new, empty CollectionGroupOptions object.

Public functions

open CollectionGroupOptions
CollectionGroupOptions

Specifies query hints for the collection group source.

Inherited functions

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

Specify generic Boolean option

CollectionGroupOptions
with(key: String, value: Double)

Specify generic Double option

CollectionGroupOptions
with(key: String, value: Field)

Specify generic Field option

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

Specify generic Long option

CollectionGroupOptions
with(key: String, value: RawOptions)

Specify RawOptions object

CollectionGroupOptions
with(key: String, value: String)

Specify generic String option

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

Public constructors

CollectionGroupOptions

CollectionGroupOptions()

Creates a new, empty CollectionGroupOptions object.

Public functions

self

open fun self(options: InternalOptions): CollectionGroupOptions

withHints

fun withHints(hints: CollectionHints): CollectionGroupOptions

Specifies query hints for the collection group source.

Parameters
hints: CollectionHints

The hints to apply to the collection group source.

Returns
CollectionGroupOptions

A new CollectionGroupOptions with the specified hints.