AutoPersistedQueryInfo

Information about auto persisted queries

Parameters

hit

: whether the query was hit or required another round trip to send the document

Constructors

Link copied to clipboard
constructor(hit: Boolean)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
open override val key: ExecutionContext.Key<*>

Functions

Link copied to clipboard
open override fun <R> fold(initial: R, operation: (R, ExecutionContext.Element) -> R): R
Link copied to clipboard
open operator override fun <E : ExecutionContext.Element> get(key: ExecutionContext.Key<E>): E?
Link copied to clipboard
open override fun minusKey(key: ExecutionContext.Key<*>): ExecutionContext
Link copied to clipboard
open operator fun plus(context: ExecutionContext): ExecutionContext