Interface protos.google.cloud.bigquery.migration.v2.ITypedValue (1.0.1)

Properties of a TypedValue.

Package

@google-cloud/bigquery-migration

Properties

boolValue

boolValue?: (boolean|null);

TypedValue boolValue

distributionValue

distributionValue?: (google.api.IDistribution|null);

TypedValue distributionValue

doubleValue

doubleValue?: (number|null);

TypedValue doubleValue

int64Value

int64Value?: (number|Long|string|null);

TypedValue int64Value

stringValue

stringValue?: (string|null);

TypedValue stringValue