google_api_big_query v0.6.0 GoogleApi.BigQuery.V2.Model.JobConfigurationExtract View Source
Attributes
- compression (String.t): [Optional] The compression type to use for exported files. Possible values include GZIP, DEFLATE, SNAPPY, and NONE. The default value is NONE. DEFLATE and SNAPPY are only supported for Avro. Defaults to:
null
. - destinationFormat (String.t): [Optional] The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON and AVRO. The default value is CSV. Tables with nested or repeated fields cannot be exported as CSV. Defaults to:
null
. - destinationUri (String.t): [Pick one] DEPRECATED: Use destinationUris instead, passing only one URI as necessary. The fully-qualified Google Cloud Storage URI where the extracted table should be written. Defaults to:
null
. - destinationUris ([String.t]): [Pick one] A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written. Defaults to:
null
. - fieldDelimiter (String.t): [Optional] Delimiter to use between fields in the exported data. Default is ',' Defaults to:
null
. - printHeader (boolean()): [Optional] Whether to print out a header row in the results. Default is true. Defaults to:
null
. - sourceTable (TableReference): [Required] A reference to the table being exported. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.