Class JobStatistics.CopyStatistics (2.48.1)

publicstaticclass JobStatistics.CopyStatisticsextendsJobStatistics

A Google BigQuery Copy Job statistics.

Inheritance

Object > JobStatistics > JobStatistics.CopyStatistics

Methods

equals(Object obj)

publicfinalbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCopiedLogicalBytes()

publicLonggetCopiedLogicalBytes()

Returns number of logical bytes copied to the destination table.

Returns
Type Description
Long

getCopiedRows()

publicLonggetCopiedRows()

Returns number of rows copied to the destination table.

Returns
Type Description
Long

hashCode()

publicfinalinthashCode()
Returns
Type Description
int
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.