Interface protos.google.cloud.asset.v1.IBigQueryDestination (3.21.0)

Properties of a BigQueryDestination.

Package

@google-cloud/asset

Properties

dataset

dataset?: (string|null);

BigQueryDestination dataset

Property Value
TypeDescription
(string|null)

force

force?: (boolean|null);

BigQueryDestination force

Property Value
TypeDescription
(boolean|null)

partitionSpec

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

BigQueryDestination partitionSpec

Property Value
TypeDescription
(google.cloud.asset.v1.IPartitionSpec|null)

separateTablesPerAssetType

separateTablesPerAssetType?: (boolean|null);

BigQueryDestination separateTablesPerAssetType

Property Value
TypeDescription
(boolean|null)

table

table?: (string|null);

BigQueryDestination table

Property Value
TypeDescription
(string|null)