Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
BigQuery
Schema
ExternalDataConfiguration
Interface ExternalDataConfiguration
interface
ExternalDataConfiguration
{
autodetect
?:
boolean
;
bigtableOptions
?:
BigtableOptions
;
compression
?:
string
;
csvOptions
?:
CsvOptions
;
googleSheetsOptions
?:
GoogleSheetsOptions
;
hivePartitioningMode
?:
string
;
ignoreUnknownValues
?:
boolean
;
maxBadRecords
?:
number
;
schema
?:
TableSchema
;
sourceFormat
?:
string
;
sourceUris
?:
string
[]
;
}
Index
Properties
autodetect?
bigtable
Options?
compression?
csv
Options?
google
Sheets
Options?
hive
Partitioning
Mode?
ignore
Unknown
Values?
max
Bad
Records?
schema?
source
Format?
source
Uris?
Properties
Optional
autodetect
autodetect
?:
boolean
Optional
bigtable
Options
bigtableOptions
?:
BigtableOptions
Optional
compression
compression
?:
string
Optional
csv
Options
csvOptions
?:
CsvOptions
Optional
google
Sheets
Options
googleSheetsOptions
?:
GoogleSheetsOptions
Optional
hive
Partitioning
Mode
hivePartitioningMode
?:
string
Optional
ignore
Unknown
Values
ignoreUnknownValues
?:
boolean
Optional
max
Bad
Records
maxBadRecords
?:
number
Optional
schema
schema
?:
TableSchema
Optional
source
Format
sourceFormat
?:
string
Optional
source
Uris
sourceUris
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
autodetect
bigtable
Options
compression
csv
Options
google
Sheets
Options
hive
Partitioning
Mode
ignore
Unknown
Values
max
Bad
Records
schema
source
Format
source
Uris
Google Apps Script API
Loading...