org.jclouds.azureblob.domain
Interface ListBlobsResponse

All Superinterfaces:
org.jclouds.azure.storage.domain.BoundedSet<BlobProperties>, Collection<BlobProperties>, Iterable<BlobProperties>, Set<BlobProperties>
All Known Implementing Classes:
HashSetListBlobsResponse

public interface ListBlobsResponse
extends org.jclouds.azure.storage.domain.BoundedSet<BlobProperties>


Method Summary
 Set<String> getBlobPrefixes()
           
 String getDelimiter()
           
 
Methods inherited from interface org.jclouds.azure.storage.domain.BoundedSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl
 
Methods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

getDelimiter

String getDelimiter()

getBlobPrefixes

Set<String> getBlobPrefixes()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.