org.jclouds.azureblob.domain
Interface BlobBlockProperties

All Known Implementing Classes:
BlobBlockPropertiesImpl

public interface BlobBlockProperties

Properties on a specific block within a blob


Method Summary
 String getBlockName()
           
 long getContentLength()
           
 boolean isCommitted()
           
 

Method Detail

getBlockName

String getBlockName()

isCommitted

boolean isCommitted()

getContentLength

long getContentLength()


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