Uses of Class
org.pipecraft.infra.bq.TableExportConfig
-
Packages that use TableExportConfig Package Description org.pipecraft.infra.bq org.pipecraft.infra.bq.exceptions -
-
Uses of TableExportConfig in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableExportConfig Modifier and Type Method Description TableExportConfigTableExportConfig.Builder. build()Methods in org.pipecraft.infra.bq with parameters of type TableExportConfig Modifier and Type Method Description voidBigQueryConnector. exportTable(TableExportConfig config)Runs an export job, synchronouslyBigQueryConnector.BQExportFutureBigQueryConnector. exportTableAsync(TableExportConfig config)Runs an export job, asynchronously -
Uses of TableExportConfig in org.pipecraft.infra.bq.exceptions
Constructors in org.pipecraft.infra.bq.exceptions with parameters of type TableExportConfig Constructor Description InvalidExportBQException(String msg, TableExportConfig config)Constructor
-