public static interface IOUsage.Builder extends SdkPojo, CopyableBuilder<IOUsage.Builder,IOUsage>
| Modifier and Type | Method and Description |
|---|---|
IOUsage.Builder |
readIOs(Long readIOs)
The number of read I/O requests that the command made.
|
IOUsage.Builder |
writeIOs(Long writeIOs)
The number of write I/O requests that the command made.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIOUsage.Builder readIOs(Long readIOs)
The number of read I/O requests that the command made.
readIOs - The number of read I/O requests that the command made.IOUsage.Builder writeIOs(Long writeIOs)
The number of write I/O requests that the command made.
writeIOs - The number of write I/O requests that the command made.Copyright © 2023. All rights reserved.