Interface ExecutionStatsOrBuilder (2.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ExecutionStatsOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getDebugStats()
publicabstractStructgetDebugStats()Debugging statistics from the execution of the query. Note that the debugging stats are subject to change as Firestore evolves. It could include: { "indexes_entries_scanned": "1000", "documents_scanned": "20", "billing_details" : { "documents_billable": "20", "index_entries_billable": "1000", "min_query_cost": "0" } }
.google.protobuf.Struct debug_stats = 5;
| Returns | |
|---|---|
| Type | Description |
Struct |
The debugStats. |
getDebugStatsOrBuilder()
publicabstractStructOrBuildergetDebugStatsOrBuilder()Debugging statistics from the execution of the query. Note that the debugging stats are subject to change as Firestore evolves. It could include: { "indexes_entries_scanned": "1000", "documents_scanned": "20", "billing_details" : { "documents_billable": "20", "index_entries_billable": "1000", "min_query_cost": "0" } }
.google.protobuf.Struct debug_stats = 5;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getExecutionDuration()
publicabstractDurationgetExecutionDuration()Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns | |
|---|---|
| Type | Description |
Duration |
The executionDuration. |
getExecutionDurationOrBuilder()
publicabstractDurationOrBuildergetExecutionDurationOrBuilder()Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getReadOperations()
publicabstractlonggetReadOperations()Total billable read operations.
int64 read_operations = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The readOperations. |
getResultsReturned()
publicabstractlonggetResultsReturned()Total number of results returned, including documents, projections, aggregation results, keys.
int64 results_returned = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The resultsReturned. |
hasDebugStats()
publicabstractbooleanhasDebugStats()Debugging statistics from the execution of the query. Note that the debugging stats are subject to change as Firestore evolves. It could include: { "indexes_entries_scanned": "1000", "documents_scanned": "20", "billing_details" : { "documents_billable": "20", "index_entries_billable": "1000", "min_query_cost": "0" } }
.google.protobuf.Struct debug_stats = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the debugStats field is set. |
hasExecutionDuration()
publicabstractbooleanhasExecutionDuration()Total time to execute the query in the backend.
.google.protobuf.Duration execution_duration = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the executionDuration field is set. |