Class JobStatistics.ExtractStatistics (2.39.1)

public static class JobStatistics.ExtractStatistics extends JobStatistics

A Google BigQuery Extract Job statistics.

Inheritance

Object > JobStatistics > JobStatistics.ExtractStatistics

Methods

equals(Object obj)

public final boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDestinationUriFileCounts()

public List<Long> getDestinationUriFileCounts()

Returns the number of files per destination URI or URI pattern specified in the extract job. These values will be in the same order as the URIs specified by ExtractJobConfiguration#getDestinationUris().

Returns
Type Description
List<Long>

getInputBytes()

public Long getInputBytes()

Returns number of user bytes extracted into the result.

Returns
Type Description
Long

hashCode()

public final int hashCode()
Returns
Type Description
int
Overrides