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 |
SUMMARY | Server responses only include |
VIEWUNSPECIFIED | Not specified, equivalent to SUMMARY. |