org.soyatec.windowsazure.blob
Interface IContainerProperties


public interface IContainerProperties

The ContainerProperties class represents the properties of a container. No member of this class makes a storage service request.


Method Summary
 java.lang.String getETag()
           
 java.sql.Timestamp getLastModifiedTime()
           
 org.soyatec.windowsazure.internal.util.NameValueCollection getMetadata()
           
 java.lang.String getName()
           
 java.net.URI getUri()
           
 

Method Detail

getName

java.lang.String getName()
Returns:
name

getETag

java.lang.String getETag()
Returns:
eTag

getLastModifiedTime

java.sql.Timestamp getLastModifiedTime()
Returns:
last modified time

getUri

java.net.URI getUri()
Returns:
uri

getMetadata

org.soyatec.windowsazure.internal.util.NameValueCollection getMetadata()
Returns:
metadata