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 performed.
|
IOUsage.Builder |
writeIOs(Long writeIOs)
The number of write I/O requests that the command performed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIOUsage.Builder readIOs(Long readIOs)
The number of read I/O requests that the command performed.
readIOs - The number of read I/O requests that the command performed.IOUsage.Builder writeIOs(Long writeIOs)
The number of write I/O requests that the command performed.
writeIOs - The number of write I/O requests that the command performed.Copyright © 2021. All rights reserved.