imageSizeInBytes property

int? imageSizeInBytes
final

The size, in bytes, of the image in the repository.

If the image is a manifest list, this will be the max size of all manifests in the list.

Implementation

final int? imageSizeInBytes;