Class UploadBlobResult

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

public final class UploadBlobResult extends Object
The result from uploading the blob.
  • Constructor Details

    • UploadBlobResult

      public UploadBlobResult(String digest)
      Instantiate the upload blob result.
      Parameters:
      digest - The digest of the blob that was uploaded.
  • Method Details

    • getDigest

      public String getDigest()
      The digest of the uploaded blob, calculated by the registry.
      Returns:
      The digest value returned by the upload operation.