Class DownloadManifestResult

java.lang.Object
com.azure.containers.containerregistry.models.DownloadManifestResult

public class DownloadManifestResult extends Object
The result from downloading an OCI manifest from the registry.
  • Method Details

    • getDigest

      public String getDigest()
      The manifest's digest, calculated by the registry.
      Returns:
      The digest.
    • asOciManifest

      public OciImageManifest asOciManifest()
      The OCI manifest that was downloaded.
      Returns:
      The OCIManifest object.
    • getContent

      public com.azure.core.util.BinaryData getContent()
      The manifest stream that was downloaded.
      Returns:
      The associated manifest stream.
    • getMediaType

      public ManifestMediaType getMediaType()
      Get manifest media type.
      Returns:
      Instance of ManifestMediaType