Class AzureBlobScroll

All Implemented Interfaces:
AutoCloseable, Iterator<List<String>>, Scroll

public class AzureBlobScroll extends AbstractBlobScroll<AzureBlobProvider>
Scroll blobs of the Azure blob store of a AzureBlobProvider, the scroll query is the provider id.
Since:
2023.6
  • Field Details

    • store

      protected AzureBlobStore store
    • prefixLength

      protected int prefixLength
    • prefix

      protected String prefix
    • iterator

      protected Iterator<com.azure.core.http.rest.PagedResponse<com.azure.storage.blob.models.BlobItem>> iterator
  • Constructor Details

    • AzureBlobScroll

      public AzureBlobScroll()
  • Method Details