Class JobStatistics.CopyStatistics (2.40.1)

public static class JobStatistics.CopyStatistics extends JobStatistics

A Google BigQuery Copy Job statistics.

Inheritance

Object > JobStatistics > JobStatistics.CopyStatistics

Methods

equals(Object obj)

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

getCopiedLogicalBytes()

public Long getCopiedLogicalBytes()

Returns number of logical bytes copied to the destination table.

Returns
Type Description
Long

getCopiedRows()

public Long getCopiedRows()

Returns number of rows copied to the destination table.

Returns
Type Description
Long

hashCode()

public final int hashCode()
Returns
Type Description
int
Overrides