category Zend
package Zend_Service_WindowsAzure
subpackage Storage
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_Service_WindowsAzure_Storage_StorageEntityAbstract

 Methods

Constructor

__construct(string $messageId, string $insertionTime, string $expirationTime, string $popReceipt, string $timeNextVisible, integer $dequeueCount, string $messageText) 

Parameters

$messageId

string

Message ID

$insertionTime

string

Insertion time

$expirationTime

string

Expiration time

$popReceipt

string

Receipt verification for deleting the message from queue.

$timeNextVisible

string

Next time the message is visible in the queue

$dequeueCount

integer

Number of times the message has been dequeued. This value is incremented each time the message is subsequently dequeued.

$messageText

string

Message text

Magic overload for getting properties

__get(string $name) 
Inherited

Parameters

$name

string

Name of the property

Magic overload for setting properties

__set(string $name, string $value) 
Inherited

Parameters

$name

string

Name of the property

$value

string

Value to set

 Properties

 

Number of times the message has been dequeued. This value is incremented each time the message is subsequently dequeued.

$DequeueCount : integer

Default

magic
property Number of times the message has been dequeued. This value is incremented each time the message is subsequently dequeued.
 

Expiration time

$ExpirationTime : string

Default

magic
property Expiration time
 

Insertion time

$InsertionTime : string

Default

magic
property Insertion time
 

Message ID

$MessageId : string

Default

magic
property Message ID
 

Message text

$MessageText : string

Default

magic
property Message text
 

Receipt verification for deleting the message from queue.

$PopReceipt : string

Default

magic
property Receipt verification for deleting the message from queue.
 

Next time the message is visible in the queue

$TimeNextVisible : string

Default

magic
property Next time the message is visible in the queue
 

Data

$_data : array

Default

null