org.soyatec.windowsazure.queue
Interface IQueueProperties


public interface IQueueProperties

The properties of a queue.


Method Summary
 int getApproximateMessageCount()
          Returns the approximated amount of messages in the queue.
 org.soyatec.windowsazure.internal.util.NameValueCollection getMetadata()
          Returns metadata for the queue in the form of name-value pairs.
 void setMetadata(org.soyatec.windowsazure.internal.util.NameValueCollection metadata)
          Specify metadata for the queue in the form of name-value pairs.
 

Method Detail

getApproximateMessageCount

int getApproximateMessageCount()
Returns the approximated amount of messages in the queue.

Returns:
The approximated amount of messages in the queue.

getMetadata

org.soyatec.windowsazure.internal.util.NameValueCollection getMetadata()
Returns metadata for the queue in the form of name-value pairs.

Returns:
Metadata for the queue in the form of name-value pairs.

setMetadata

void setMetadata(org.soyatec.windowsazure.internal.util.NameValueCollection metadata)
Specify metadata for the queue in the form of name-value pairs.

Parameters:
metadata - Metadata for the queue in the form of name-value pairs.