public static interface Stats.Builder extends SdkPojo, CopyableBuilder<Stats.Builder,Stats>
| Modifier and Type | Method and Description |
|---|---|
Stats.Builder |
bytesProcessed(Long bytesProcessed)
The total number of uncompressed object bytes processed.
|
Stats.Builder |
bytesReturned(Long bytesReturned)
The total number of bytes of records payload data returned.
|
Stats.Builder |
bytesScanned(Long bytesScanned)
The total number of object bytes scanned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStats.Builder bytesScanned(Long bytesScanned)
The total number of object bytes scanned.
bytesScanned - The total number of object bytes scanned.Stats.Builder bytesProcessed(Long bytesProcessed)
The total number of uncompressed object bytes processed.
bytesProcessed - The total number of uncompressed object bytes processed.Stats.Builder bytesReturned(Long bytesReturned)
The total number of bytes of records payload data returned.
bytesReturned - The total number of bytes of records payload data returned.Copyright © 2022. All rights reserved.