Enum DatasetsResource.UpdateRequest.UpdateModeEnum
Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated.
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public enum DatasetsResource.UpdateRequest.UpdateModeEnum
Fields
Name | Description |
---|---|
UPDATEACL | Includes ACL information for the dataset, which defines dataset access for one or more entities. |
UPDATEFULL | Includes both dataset metadata and ACL information. |
UPDATEMETADATA | Includes metadata information for the dataset, such as friendlyName, description, labels, etc. |
UPDATEMODEUNSPECIFIED | The default value. Default to the UPDATE_FULL. |