NAME

API::Docker::Type::ContainerStorageStats - StorageStats is the disk I/O stats for read/write on Windows

VERSION

version 0.004

DESCRIPTION

Generated from the ContainerStorageStats definition of spec/v1.51.yaml.

This type is Windows-specific and omitted for Linux containers. None of its four fields is described. They are two counts and two byte totals, one pair per direction, every one of them nullable and every one of them given 7593984 as its example.

read_count_normalized

Undocumented upstream. The count of the read pair, beside the byte total in "read_size_bytes". Serialised as read_count_normalized -- spelled out, because deriving it from the Perl name would produce ReadCountNormalized.

read_size_bytes

Undocumented upstream. The bytes read, the other half of that pair. Serialised as read_size_bytes -- spelled out, because deriving it from the Perl name would produce ReadSizeBytes.

write_count_normalized

Undocumented upstream. The write counterpart of "read_count_normalized". Serialised as write_count_normalized -- spelled out, because deriving it from the Perl name would produce WriteCountNormalized.

write_size_bytes

Undocumented upstream. The write counterpart of "read_size_bytes". Serialised as write_size_bytes -- spelled out, because deriving it from the Perl name would produce WriteSizeBytes.

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-api-docker/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.