Class ExplainResults<T>

java.lang.Object
com.google.cloud.firestore.ExplainResults<T>

public final class ExplainResults<T> extends Object
ExplainResults contains information about planning, execution, and results of a query.
  • Method Details

    • getMetrics

      @Nonnull public ExplainMetrics getMetrics()
      Returns the information about planning and execution (if any) of the query.
    • getSnapshot

      @Nullable public T getSnapshot()
      Returns the snapshot that contains the results of executing the query, or null if the query was not executed.