Class AzureUtilities

java.lang.Object
org.apache.jackrabbit.oak.segment.azure.AzureUtilities

public final class AzureUtilities extends Object
  • Field Details

  • Method Details

    • getName

      public static String getName(com.azure.storage.blob.models.BlobItem blob)
    • getName

      public static String getName(com.azure.storage.blob.specialized.AppendBlobClient blob)
    • getBlobs

      public static List<com.azure.storage.blob.models.BlobItem> getBlobs(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listOptions)
    • readBufferFully

      public static void readBufferFully(com.azure.storage.blob.specialized.BlockBlobClient blob, Buffer buffer) throws IOException
      Throws:
      IOException
    • deleteAllEntries

      public static void deleteAllEntries(com.azure.storage.blob.BlobContainerClient blobContainerClient, com.azure.storage.blob.models.ListBlobsOptions listBlobsOptions)