RunningQueries
is a
datatype for queries that are currently being executed.
Table: RunningQueries
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Oct 3, 2024 | |||||
queries | [RunningQuery ] | yes | Long-Term | Queries being executed, at most 1000 queries are returned. See RunningQuery . | |
totalIncludedBytes | long | yes | Long-Term | Total size of included bytes for all queries being executed. | |
totalNumberOfClients | integer | yes | Long-Term | Total number of clients querying. | |
totalNumberOfLiveQueries | integer | yes | Long-Term | Total number of live queries being executed. | |
totalNumberOfQueries | integer | yes | Long-Term | Total number of queries being executed. | |
totalQueuedBytes | long | yes | Long-Term | Total size of remaining bytes to be processed for all queries being executed. | |
totalSkippedBytes | long | yes | Long-Term | Total size of skipped bytes for all queries being executed. | |
updateAvailableIn | long | yes | Long-Term | Number of milliseconds until next update is available. |