Interface AbstractAzureStorageProtocolResolver.StorageContainerClient

Enclosing class:
AbstractAzureStorageProtocolResolver

protected static interface AbstractAzureStorageProtocolResolver.StorageContainerClient
Storage container client.
  • Method Details

    • getName

      String getName()
      Gets the container name.
      Returns:
      The container name.
    • listItems

      Normally, a cloud storage system doesn't support wildcard pattern matching, but support prefix match
      Parameters:
      itemPrefix - the prefix of item’s path
      Returns:
      All items with the given prefix, or all items if the underlying system doesn't support prefix matching.