public static interface ExecutionStatistics.Builder extends SdkPojo, CopyableBuilder<ExecutionStatistics.Builder,ExecutionStatistics>
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatistics.Builder |
averageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
|
ExecutionStatistics.Builder |
dataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
|
ExecutionStatistics.Builder |
workUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionStatistics.Builder averageExecutionTimeMillis(Long averageExecutionTimeMillis)
The average time the request took to be executed.
averageExecutionTimeMillis - The average time the request took to be executed.ExecutionStatistics.Builder dataScannedBytes(Long dataScannedBytes)
The amount of data that was scanned in bytes.
dataScannedBytes - The amount of data that was scanned in bytes.ExecutionStatistics.Builder workUnitsExecutedCount(Long workUnitsExecutedCount)
The number of work units executed.
workUnitsExecutedCount - The number of work units executed.Copyright © 2023. All rights reserved.