CollectionGroupSource

class CollectionGroupSource : Stage


Summary

Public constructors

CollectionGroupSource(collectionId: String, options: InternalOptions)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

Inherited functions

From com.google.firebase.firestore.pipeline.Stage
CollectionGroupSource
CollectionGroupSource
withOption(key: String, value: Boolean)

Specify named Boolean parameter

CollectionGroupSource
withOption(key: String, value: Double)

Specify named Double parameter

CollectionGroupSource
withOption(key: String, value: Field)

Specify named Field parameter

CollectionGroupSource
withOption(key: String, value: Long)

Specify named Long parameter

CollectionGroupSource
withOption(key: String, value: String)

Specify named String parameter

Public constructors

CollectionGroupSource

CollectionGroupSource(collectionId: String, options: InternalOptions)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

collectionId

val collectionIdString