Class JobStatistics.ExtractStatistics (2.26.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
NameDescription
objObject
Returns
TypeDescription
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
TypeDescription
List<Long>

hashCode()

public final int hashCode()
Returns
TypeDescription
int
Overrides