org.jclouds.azureblob.domain
Interface ListBlobsResponse

All Superinterfaces:
BoundedSet<BlobProperties>, Collection<BlobProperties>, Iterable<BlobProperties>, Set<BlobProperties>
All Known Implementing Classes:
HashSetListBlobsResponse

public interface ListBlobsResponse
extends BoundedSet<BlobProperties>

Author:
Adrian Cole

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-2012 jclouds. All Rights Reserved.