Class JobExtract
Inheritance
Inherited Members
Namespace: Pulumi.Gcp.BigQuery.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobExtract
Fields
View SourceCompression
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.
Declaration
public readonly string Compression
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationFormat
The exported file format. Possible values include CSV, NEWLINE_DELIMITED_JSON and AVRO for tables and SAVED_MODEL for models. The default value for tables is CSV. Tables with nested or repeated fields cannot be exported as CSV. The default value for models is SAVED_MODEL.
Declaration
public readonly string DestinationFormat
Field Value
| Type | Description |
|---|---|
| System.String |
DestinationUris
A list of fully-qualified Google Cloud Storage URIs where the extracted table should be written.
Declaration
public readonly ImmutableArray<string> DestinationUris
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
FieldDelimiter
When extracting data in CSV format, this defines the delimiter to use between fields in the exported data. Default is ','
Declaration
public readonly string FieldDelimiter
Field Value
| Type | Description |
|---|---|
| System.String |
PrintHeader
Whether to print out a header row in the results. Default is true.
Declaration
public readonly bool? PrintHeader
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
SourceModel
A reference to the model being exported. Structure is documented below.
Declaration
public readonly JobExtractSourceModel SourceModel
Field Value
| Type | Description |
|---|---|
| JobExtractSourceModel |
SourceTable
A reference to the table being exported. Structure is documented below.
Declaration
public readonly JobExtractSourceTable SourceTable
Field Value
| Type | Description |
|---|---|
| JobExtractSourceTable |
UseAvroLogicalTypes
Whether to use logical types when extracting to AVRO format.
Declaration
public readonly bool? UseAvroLogicalTypes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |