Interface protos.google.cloud.asset.v1p7beta1.IBigQueryDestination (5.5.0)

Properties of a BigQueryDestination.

Package

@google-cloud/asset

Properties

dataset

dataset?: (string|null);

BigQueryDestination dataset

force

force?: (boolean|null);

BigQueryDestination force

partitionSpec

partitionSpec?: (google.cloud.asset.v1p7beta1.IPartitionSpec|null);

BigQueryDestination partitionSpec

separateTablesPerAssetType

separateTablesPerAssetType?: (boolean|null);

BigQueryDestination separateTablesPerAssetType

table

table?: (string|null);

BigQueryDestination table