docker-sdk-rust/docs/ImageManifestSummarySize.md
2025-06-16 16:37:36 +07:00

1,021 B

ImageManifestSummarySize

Properties

Name Type Description Notes
total i64 Total is the total size (in bytes) of all the locally present data (both distributable and non-distributable) that's related to this manifest and its children. This equal to the sum of [Content] size AND all the sizes in the [Size] struct present in the Kind-specific data struct. For example, for an image kind (Kind == "image") this would include the size of the image content and unpacked image snapshots ([Size.Content] + [ImageData.Size.Unpacked]).
content i64 Content is the size (in bytes) of all the locally present content in the content store (e.g. image config, layers) referenced by this manifest and its children. This only includes blobs in the content store.

[Back to Model list] [Back to API list] [Back to README]