QueryStatistics

Metadata about a query, such as the number of results.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total bytes that the query scanned in the event data store. This value matches the number of bytes for which your account is billed for the query, unless the query is still running.

Link copied to clipboard

The number of results returned.

Link copied to clipboard

The total number of results returned by a query.

Functions

Link copied to clipboard
inline fun copy(block: QueryStatistics.Builder.() -> Unit = {}): QueryStatistics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String