org.jclouds.azureblob.domain
Interface ContainerProperties

All Superinterfaces:
Comparable<ContainerProperties>
All Known Subinterfaces:
MutableContainerPropertiesWithMetadata
All Known Implementing Classes:
ContainerPropertiesImpl, MutableContainerPropertiesWithMetadataImpl

public interface ContainerProperties
extends Comparable<ContainerProperties>

Author:
Adrian Cole

Method Summary
 String getETag()
           
 Date getLastModified()
           
 Map<String,String> getMetadata()
           
 String getName()
           
 URI getUrl()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUrl

URI getUrl()

getName

String getName()

getLastModified

Date getLastModified()

getETag

String getETag()

getMetadata

Map<String,String> getMetadata()


Copyright © 2009-2011 jclouds. All Rights Reserved.