BigQueryOptions$json top-level constant

  1. @Deprecated('Use bigQueryOptionsDescriptor instead')
Map<String, Object> const BigQueryOptions$json

Implementation

@$core.Deprecated('Use bigQueryOptionsDescriptor instead')
const BigQueryOptions$json = {
  '1': 'BigQueryOptions',
  '2': [
    {
      '1': 'use_partitioned_tables',
      '3': 1,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'usePartitionedTables'
    },
    {
      '1': 'uses_timestamp_column_partitioning',
      '3': 3,
      '4': 1,
      '5': 8,
      '8': {},
      '10': 'usesTimestampColumnPartitioning'
    },
  ],
};