QueryStatisticsForDescribeQuery
Gets metadata about a query, including the number of events that were matched, the total number of events scanned, the query run time in milliseconds, and the query's creation time.
Types
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 creation time of the query.
Link copied to clipboard
The number of events that matched a query.
Link copied to clipboard
The number of events that the query scanned in the event data store.
Link copied to clipboard
The query's run time, in milliseconds.
Functions
Link copied to clipboard
inline fun copy(block: QueryStatisticsForDescribeQuery.Builder.() -> Unit = {}): QueryStatisticsForDescribeQuery