public static interface Statistics.Builder extends SdkPojo, CopyableBuilder<Statistics.Builder,Statistics>
| Modifier and Type | Method and Description |
|---|---|
Statistics.Builder |
approximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
|
Statistics.Builder |
numberOfRuns(Double numberOfRuns)
The number of times that the job has run.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatistics.Builder approximateNumberOfObjectsToProcess(Double approximateNumberOfObjectsToProcess)
The approximate number of objects that the job has yet to process during its current run.
approximateNumberOfObjectsToProcess - The approximate number of objects that the job has yet to process during its current run.Statistics.Builder numberOfRuns(Double numberOfRuns)
The number of times that the job has run.
numberOfRuns - The number of times that the job has run.Copyright © 2023. All rights reserved.