public static class JobStatistics.ExtractStatistics extends JobStatistics
A Google BigQuery Extract Job statistics.
Methods
equals(Object obj)
public final boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
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> |
hashCode()
public final int hashCode()
Returns | |
---|---|
Type | Description |
int |