Enum DatasetsResource.GetRequest.DatasetViewEnum
Optional. Specifies the view that determines which dataset information is returned. By default, metadata and ACL information are returned.
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public enum DatasetsResource.GetRequest.DatasetViewEnum
Fields
Name | Description |
---|---|
ACL | Includes ACL information for the dataset, which defines dataset access for one or more entities. |
DATASETVIEWUNSPECIFIED | The default value. Default to the FULL view. |
FULL | Includes both dataset metadata and ACL information. |
METADATA | Includes metadata information for the dataset, such as location, etag, lastModifiedTime, etc. |