public abstract static class JobStatistics.QueryStatistics.ExportDataStats implements Serializable
Statistics for the EXPORT DATA statement as part of Query Job. EXTRACT JOB statistics are populated in ExtractStatistics.
Implements
SerializableStatic Methods
newBuilder()
public static JobStatistics.QueryStatistics.ExportDataStats.Builder newBuilder()
Returns | |
---|---|
Type | Description |
JobStatistics.QueryStatistics.ExportDataStats.Builder |
Constructors
ExportDataStats()
public ExportDataStats()
Methods
getFileCount()
public abstract Long getFileCount()
Returns number of destination files generated in case of EXPORT DATA statement only.
Returns | |
---|---|
Type | Description |
Long |
value or |
getRowCount()
public abstract Long getRowCount()
Returns number of destination rows generated in case of EXPORT DATA statement only.
Returns | |
---|---|
Type | Description |
Long |
value or |
toBuilder()
public abstract JobStatistics.QueryStatistics.ExportDataStats.Builder toBuilder()
Returns | |
---|---|
Type | Description |
JobStatistics.QueryStatistics.ExportDataStats.Builder |