public static interface PlanningStatistics.Builder extends SdkPojo, CopyableBuilder<PlanningStatistics.Builder,PlanningStatistics>
| Modifier and Type | Method and Description |
|---|---|
PlanningStatistics.Builder |
estimatedDataToScanBytes(Long estimatedDataToScanBytes)
An estimate of the data that was scanned in bytes.
|
PlanningStatistics.Builder |
planningTimeMillis(Long planningTimeMillis)
The time that it took to process the request.
|
PlanningStatistics.Builder |
queueTimeMillis(Long queueTimeMillis)
The time the request was in queue to be processed.
|
PlanningStatistics.Builder |
workUnitsGeneratedCount(Long workUnitsGeneratedCount)
The number of work units generated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlanningStatistics.Builder estimatedDataToScanBytes(Long estimatedDataToScanBytes)
An estimate of the data that was scanned in bytes.
estimatedDataToScanBytes - An estimate of the data that was scanned in bytes.PlanningStatistics.Builder planningTimeMillis(Long planningTimeMillis)
The time that it took to process the request.
planningTimeMillis - The time that it took to process the request.PlanningStatistics.Builder queueTimeMillis(Long queueTimeMillis)
The time the request was in queue to be processed.
queueTimeMillis - The time the request was in queue to be processed.PlanningStatistics.Builder workUnitsGeneratedCount(Long workUnitsGeneratedCount)
The number of work units generated.
workUnitsGeneratedCount - The number of work units generated.Copyright © 2022. All rights reserved.