Class JobStatistics.QueryStatistics.ExportDataStats (2.40.1)

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.

Inheritance

java.lang.Object > JobStatistics.QueryStatistics.ExportDataStats

Implements

Serializable

Static 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 null for none

getRowCount()

public abstract Long getRowCount()

Returns number of destination rows generated in case of EXPORT DATA statement only.

Returns
Type Description
Long

value or null for none

toBuilder()

public abstract JobStatistics.QueryStatistics.ExportDataStats.Builder toBuilder()
Returns
Type Description
JobStatistics.QueryStatistics.ExportDataStats.Builder