Package org.jclouds.azureblob.domain
Interface ListBlobBlocksResponse
-
- All Known Implementing Classes:
ListBlobBlocksResponseImpl
public interface ListBlobBlocksResponse
Typed response from Get Blob Block List operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<BlobBlockProperties>
getBlocks()
-
-
-
Method Detail
-
getBlocks
List<BlobBlockProperties> getBlocks()
-
-