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 | Updates ACL information for the dataset, which defines dataset access for one or more entities. |
DATASETVIEWUNSPECIFIED | The default value. Default to the FULL view. |
FULL | Updates both dataset metadata and ACL information. |
METADATA | Updates metadata information for the dataset, such as friendlyName, description, labels, etc. |