org.soyatec.windowsazure.blob
Interface IBlock


public interface IBlock

This interface represents a part of block blob. It contains information returned from "Get Block List" operation.


Method Summary
 java.lang.String getName()
           
 java.lang.String getSize()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
The id of block in block list.

getSize

java.lang.String getSize()
Returns:
The size of block in bytes.