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