Package com.google.cloud.bigquery
Class JobStatistics.QueryStatistics.ExportDataStats.Builder
java.lang.Object
com.google.cloud.bigquery.JobStatistics.QueryStatistics.ExportDataStats.Builder
- Enclosing class:
- JobStatistics.QueryStatistics.ExportDataStats
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Creates aExportDataStatsobject.setFileCount(Long fileCount) Number of destination files generated in case of EXPORT DATA statement only.setRowCount(Long rowCount) Number of destination rows generated in case of EXPORT DATA statement only.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFileCount
Number of destination files generated in case of EXPORT DATA statement only.- Parameters:
fileCount- fileCount ornullfor none
-
setRowCount
Number of destination rows generated in case of EXPORT DATA statement only.- Parameters:
rowCount- rowCount ornullfor none
-
build
Creates aExportDataStatsobject.
-