Package 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>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getBlobPrefixes()StringgetDelimiter()- 
Methods inherited from interface org.jclouds.azure.storage.domain.BoundedSet
getMarker, getMaxResults, getNextMarker, getPrefix, getUrl 
- 
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray 
 - 
 
 -