The output configuration setting.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field destination . The configuration of destination for holding output data. destination can be only one of the following: |
|
gcsDestination |
The Google Cloud Storage location where the output is to be written to. |
bigqueryDestination |
The BigQuery location where the output is to be written to. |
GcsDestination
The Google Cloud Storage output destination configuration.
JSON representation |
---|
{ "outputUriPrefix": string } |
Fields | |
---|---|
outputUriPrefix |
Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: outputUriPrefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json |
BigQueryDestination
The BigQuery output destination configuration.
JSON representation |
---|
{ "datasetId": string, "tableIdPrefix": string, "tableType": string } |
Fields | |
---|---|
datasetId |
Required. The ID of a BigQuery Dataset. |
tableIdPrefix |
Required. The prefix of exported BigQuery tables. |
tableType |
Required. Describes the table type. The following values are supported:
|