Enum ExecuteSqlRequest.Types.QueryMode (3.5.0)

public enum QueryMode

Mode in which the statement must be processed.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

NameDescription
Normal

The default mode. Only the statement results are returned.

Plan

This mode returns only the query plan, without any results or execution statistics information.

Profile

This mode returns both the query plan and the execution statistics along with the results.