Google Cloud Spanner v1 API - Enum ExecuteSqlRequest.Types.QueryMode (4.3.0)

public enum ExecuteSqlRequest.Types.QueryMode

Reference documentation and code samples for the Google Cloud Spanner v1 API enum ExecuteSqlRequest.Types.QueryMode.

Mode in which the statement must be processed.

Namespace

GoogleGoogle.CloudGoogle.Cloud.SpannerV1

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.