GoogleApi.Firestore.V1beta1.Model.ExplainOptions (google_api_firestore v0.33.0)

View Source

Explain options for the query.

Attributes

  • analyze (type: boolean(), default: nil) - Optional. Whether to execute this query. When false (the default), the query will be planned, returning only metrics from the planning stages. When true, the query will be planned and executed, returning the full query results along with both planning and execution stage metrics.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Firestore.V1beta1.Model.ExplainOptions{
  analyze: boolean() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.