Package org.jclouds.azureblob.domain
Interface BlobBlockProperties
-
- All Known Implementing Classes:
BlobBlockPropertiesImpl
public interface BlobBlockProperties
Properties on a specific block within a blob
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBlockName()
long
getContentLength()
boolean
isCommitted()
-
-
-
Method Detail
-
getBlockName
String getBlockName()
-
isCommitted
boolean isCommitted()
-
getContentLength
long getContentLength()
-
-