JobConfigurationLoad
class JobConfigurationLoad extends Collection (View source)
Properties
protected | $collection_key | ||
bool | $allowJaggedRows | ||
bool | $allowQuotedNewlines | ||
bool | $autodetect | ||
protected | $clusteringType | ||
protected | $clusteringDataType | ||
string | $columnNameCharacterMap | ||
protected | $connectionPropertiesType | ||
protected | $connectionPropertiesDataType | ||
bool | $copyFilesOnly | ||
string | $createDisposition | ||
bool | $createSession | ||
string[] | $decimalTargetTypes | ||
protected | $destinationEncryptionConfigurationType | ||
protected | $destinationEncryptionConfigurationDataType | ||
protected | $destinationTableType | ||
protected | $destinationTableDataType | ||
protected | $destinationTablePropertiesType | ||
protected | $destinationTablePropertiesDataType | ||
string | $encoding | ||
string | $fieldDelimiter | ||
string | $fileSetSpecType | ||
protected | $hivePartitioningOptionsType | ||
protected | $hivePartitioningOptionsDataType | ||
bool | $ignoreUnknownValues | ||
string | $jsonExtension | ||
int | $maxBadRecords | ||
string | $nullMarker | ||
protected | $parquetOptionsType | ||
protected | $parquetOptionsDataType | ||
bool | $preserveAsciiControlCharacters | ||
string[] | $projectionFields | ||
string | $quote | ||
protected | $rangePartitioningType | ||
protected | $rangePartitioningDataType | ||
string | $referenceFileSchemaUri | ||
protected | $schemaType | ||
protected | $schemaDataType | ||
string | $schemaInline | ||
string | $schemaInlineFormat | ||
string[] | $schemaUpdateOptions | ||
int | $skipLeadingRows | ||
string | $sourceFormat | ||
string[] | $sourceUris | ||
protected | $timePartitioningType | ||
protected | $timePartitioningDataType | ||
bool | $useAvroLogicalTypes | ||
string | $writeDisposition |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Details
setAllowJaggedRows($allowJaggedRows)
No description
bool
getAllowJaggedRows()
No description
setAllowQuotedNewlines($allowQuotedNewlines)
No description
bool
getAllowQuotedNewlines()
No description
setAutodetect($autodetect)
No description
bool
getAutodetect()
No description
setClustering(Clustering $clustering)
No description
Clustering
getClustering()
No description
setColumnNameCharacterMap($columnNameCharacterMap)
No description
string
getColumnNameCharacterMap()
No description
setConnectionProperties($connectionProperties)
No description
ConnectionProperty[]
getConnectionProperties()
No description
setCopyFilesOnly($copyFilesOnly)
No description
bool
getCopyFilesOnly()
No description
setCreateDisposition($createDisposition)
No description
string
getCreateDisposition()
No description
setCreateSession($createSession)
No description
bool
getCreateSession()
No description
setDecimalTargetTypes($decimalTargetTypes)
No description
string[]
getDecimalTargetTypes()
No description
setDestinationEncryptionConfiguration(EncryptionConfiguration $destinationEncryptionConfiguration)
No description
EncryptionConfiguration
getDestinationEncryptionConfiguration()
No description
setDestinationTable(TableReference $destinationTable)
No description
TableReference
getDestinationTable()
No description
setDestinationTableProperties(DestinationTableProperties $destinationTableProperties)
No description
DestinationTableProperties
getDestinationTableProperties()
No description
setEncoding($encoding)
No description
string
getEncoding()
No description
setFieldDelimiter($fieldDelimiter)
No description
string
getFieldDelimiter()
No description
setFileSetSpecType($fileSetSpecType)
No description
string
getFileSetSpecType()
No description
setHivePartitioningOptions(HivePartitioningOptions $hivePartitioningOptions)
No description
HivePartitioningOptions
getHivePartitioningOptions()
No description
setIgnoreUnknownValues($ignoreUnknownValues)
No description
bool
getIgnoreUnknownValues()
No description
setJsonExtension($jsonExtension)
No description
string
getJsonExtension()
No description
setMaxBadRecords($maxBadRecords)
No description
int
getMaxBadRecords()
No description
setNullMarker($nullMarker)
No description
string
getNullMarker()
No description
setParquetOptions(ParquetOptions $parquetOptions)
No description
ParquetOptions
getParquetOptions()
No description
setPreserveAsciiControlCharacters($preserveAsciiControlCharacters)
No description
bool
getPreserveAsciiControlCharacters()
No description
setProjectionFields($projectionFields)
No description
string[]
getProjectionFields()
No description
setQuote($quote)
No description
string
getQuote()
No description
setRangePartitioning(RangePartitioning $rangePartitioning)
No description
RangePartitioning
getRangePartitioning()
No description
setReferenceFileSchemaUri($referenceFileSchemaUri)
No description
string
getReferenceFileSchemaUri()
No description
setSchema(TableSchema $schema)
No description
TableSchema
getSchema()
No description
setSchemaInline($schemaInline)
No description
string
getSchemaInline()
No description
setSchemaInlineFormat($schemaInlineFormat)
No description
string
getSchemaInlineFormat()
No description
setSchemaUpdateOptions($schemaUpdateOptions)
No description
string[]
getSchemaUpdateOptions()
No description
setSkipLeadingRows($skipLeadingRows)
No description
int
getSkipLeadingRows()
No description
setSourceFormat($sourceFormat)
No description
string
getSourceFormat()
No description
setSourceUris($sourceUris)
No description
string[]
getSourceUris()
No description
setTimePartitioning(TimePartitioning $timePartitioning)
No description
TimePartitioning
getTimePartitioning()
No description
setUseAvroLogicalTypes($useAvroLogicalTypes)
No description
bool
getUseAvroLogicalTypes()
No description
setWriteDisposition($writeDisposition)
No description
string
getWriteDisposition()
No description