Show / Hide Table of Contents

Enum ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest.ViewEnum

Specifies which parts of the Scan should be returned in the response. Note, if left unspecified, the FULL view is assumed.

Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public enum ProjectsResource.InstancesResource.DatabasesResource.GetScansRequest.ViewEnum

Fields

Name Description
FULL

Full representation of the scan is returned in the server response, including data.

SUMMARY

Server responses only include name, details, start_time and end_time. The default value. Note, the ListScans method may only use this view type, others view types are not supported.

VIEWUNSPECIFIED

Not specified, equivalent to SUMMARY.

In This Article
Back to top Generated by DocFX