1description: > 2 Provides statistic information about object. 3 4properties: 5 - name: ReadIO 6 type: uint64 7 description: Number of read IOs since image mounting. 8 flags: 9 - const 10 errors: 11 - xyz.openbmc_project.Common.Error.InternalFailure 12 13 - name: WriteIO 14 type: uint64 15 description: Number of write IOs since image mounting. 16 flags: 17 - const 18 errors: 19 - xyz.openbmc_project.Common.Error.InternalFailure 20