Package com.google.cloud.firestore
Class ExplainOptions
java.lang.Object
com.google.cloud.firestore.ExplainOptions
Options used to configure explain queries.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExplainOptions.Builderbuilder()abstract booleanReturns whether analyzing the query is enabled.abstract ExplainOptions.BuildertoProto()
-
Constructor Details
-
ExplainOptions
public ExplainOptions()
-
-
Method Details
-
getAnalyze
public abstract boolean getAnalyze()Returns whether analyzing the query is enabled. If enabled, the query will be executed and execution statistics will be returned as part of the [ExplainResults]ExplainResults. -
builder
-
toBuilder
-
toProto
-