Interface protos.google.dataflow.v1beta3.IBigQueryIODetails (1.2.0)

Properties of a BigQueryIODetails.

Package

@google-cloud/dataflow

Properties

dataset

dataset?: (string|null);

BigQueryIODetails dataset

projectId

projectId?: (string|null);

BigQueryIODetails projectId

query

query?: (string|null);

BigQueryIODetails query

table

table?: (string|null);

BigQueryIODetails table