Class ListBlobItemHolder


  • public class ListBlobItemHolder
    extends Object
    Wrapper class for ListBlobItem interface, which was missing some useful functionality for telling whether the blob was a cloudBlob or not. This class was added mainly to make testing easier.
    • Constructor Detail

      • ListBlobItemHolder

        public ListBlobItemHolder​(com.microsoft.azure.storage.blob.ListBlobItem delegate)