Show / Hide Table of Contents

Enum ScansResource.ListRequest.ViewEnum

Specifies which parts of the Scan should be returned in the response. Note, only the SUMMARY view (the default) is currently supported for ListScans.

Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public enum ScansResource.ListRequest.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