View Source GoogleApi.Firestore.V1.Model.ExecutionStats (google_api_firestore v0.27.0)

Execution statistics for the query.

Attributes

  • debugStats (type: map(), default: nil) - 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" } }
  • executionDuration (type: String.t, default: nil) - Total time to execute the query in the backend.
  • readOperations (type: String.t, default: nil) - Total billable read operations.
  • resultsReturned (type: String.t, default: nil) - Total number of results returned, including documents, projections, aggregation results, keys.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.ExecutionStats{
  debugStats: map() | nil,
  executionDuration: String.t() | nil,
  readOperations: String.t() | nil,
  resultsReturned: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.