Package com.google.cloud.bigquery
Class JobStatistics.QueryStatistics.ExportDataStats
java.lang.Object
com.google.cloud.bigquery.JobStatistics.QueryStatistics.ExportDataStats
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobStatistics.QueryStatistics
public abstract static class JobStatistics.QueryStatistics.ExportDataStats
extends Object
implements Serializable
Statistics for the EXPORT DATA statement as part of Query Job. EXTRACT JOB statistics are
populated in ExtractStatistics.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExportDataStats
public ExportDataStats()
-
-
Method Details
-
getFileCount
Returns number of destination files generated in case of EXPORT DATA statement only.- Returns:
- value or
nullfor none
-
getRowCount
Returns number of destination rows generated in case of EXPORT DATA statement only.- Returns:
- value or
nullfor none
-
toBuilder
-
newBuilder
-