Interface BigQueryDatetimeOptions (5.6.0)

Package

@google-cloud/bigquery!

Properties

day

day?: string | number;
Property Value
TypeDescription
string | number

fractional

fractional?: string | number;
Property Value
TypeDescription
string | number

hours

hours?: string | number;
Property Value
TypeDescription
string | number

minutes

minutes?: string | number;
Property Value
TypeDescription
string | number

month

month?: string | number;
Property Value
TypeDescription
string | number

seconds

seconds?: string | number;
Property Value
TypeDescription
string | number

year

year?: string | number;
Property Value
TypeDescription
string | number