Interface protos.google.dataflow.v1beta3.IBigQueryIODetails

Properties of a BigQueryIODetails.

Package

@google-cloud/dataflow!

Properties

dataset

dataset?: (string|null);

BigQueryIODetails dataset

Property Value
TypeDescription
(string|null)

projectId

projectId?: (string|null);

BigQueryIODetails projectId

Property Value
TypeDescription
(string|null)

query

query?: (string|null);

BigQueryIODetails query

Property Value
TypeDescription
(string|null)

table

table?: (string|null);

BigQueryIODetails table

Property Value
TypeDescription
(string|null)