org.soyatec.windowsazure.blob
Interface IBlockList
public interface IBlockList
This interface represents a list of blocks. It contains information returned
from "Get Block List" operation.
getCommittedBlocks
java.util.List<org.soyatec.windowsazure.blob.internal.Block> getCommittedBlocks()
- Returns:
- The list of blocks that have been successfully committed to a
given blob with Put Block List.
getUncommittedBlocks
java.util.List<org.soyatec.windowsazure.blob.internal.Block> getUncommittedBlocks()
- Returns:
- The list of blocks that have been uploaded for a blob using Put
Block, but that have not yet been committed. These blocks are
stored in Windows Azure in association with a blob, but do not
yet form part of the blob.