1/*
2 * HCS API
3 *
4 * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5 *
6 * API version: 2.1
7 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
8 */
9
10package hcsschema
11
12//  Storage runtime statistics
13type StorageStats struct {
14
15	ReadCountNormalized int32 `json:"ReadCountNormalized,omitempty"`
16
17	ReadSizeBytes int32 `json:"ReadSizeBytes,omitempty"`
18
19	WriteCountNormalized int32 `json:"WriteCountNormalized,omitempty"`
20
21	WriteSizeBytes int32 `json:"WriteSizeBytes,omitempty"`
22}
23