Size is the size information of the content related to this manifest. Note: These sizes only take the locally available content into account.
| Name | Type | Description | Notes |
|---|---|---|---|
| content | Long | 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. | [optional] |
| total | Long | 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 == ManifestKindImage), this would include the size of the image content and unpacked image snapshots ([Size.Content] + [ImageData.Size.Unpacked]). | [optional] |
- Serializable