Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ExportDataStatistics |
ExportDataStatistics.clone() |
ExportDataStatistics |
JobStatistics2.getExportDataStatistics()
Output only.
|
ExportDataStatistics |
ExportDataStatistics.set(String fieldName,
Object value) |
ExportDataStatistics |
ExportDataStatistics.setFileCount(Long fileCount)
Number of destination files generated in case of EXPORT DATA statement only.
|
ExportDataStatistics |
ExportDataStatistics.setRowCount(Long rowCount)
[Alpha] Number of destination rows generated in case of EXPORT DATA statement only.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.setExportDataStatistics(ExportDataStatistics exportDataStatistics)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.