public static interface QueryEvalStats.Builder extends SdkPojo, CopyableBuilder<QueryEvalStats.Builder,QueryEvalStats>
| Modifier and Type | Method and Description |
|---|---|
QueryEvalStats.Builder |
cancelled(Boolean cancelled)
Set to
TRUE if the query was cancelled, or FALSE otherwise. |
QueryEvalStats.Builder |
elapsed(Integer elapsed)
The number of milliseconds the query has been running so far.
|
QueryEvalStats.Builder |
subqueries(Document subqueries)
The number of subqueries in this query.
|
QueryEvalStats.Builder |
waited(Integer waited)
Indicates how long the query waited, in milliseconds.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryEvalStats.Builder waited(Integer waited)
Indicates how long the query waited, in milliseconds.
waited - Indicates how long the query waited, in milliseconds.QueryEvalStats.Builder elapsed(Integer elapsed)
The number of milliseconds the query has been running so far.
elapsed - The number of milliseconds the query has been running so far.QueryEvalStats.Builder cancelled(Boolean cancelled)
Set to TRUE if the query was cancelled, or FALSE otherwise.
cancelled - Set to TRUE if the query was cancelled, or FALSE otherwise.QueryEvalStats.Builder subqueries(Document subqueries)
The number of subqueries in this query.
subqueries - The number of subqueries in this query.Copyright © 2023. All rights reserved.