13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Service_WindowsAzure |
16 * @package Zend_Service_WindowsAzure |
17 * @subpackage Storage |
17 * @subpackage Storage |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: QueueMessage.php 22773 2010-08-03 07:18:27Z maartenba $ |
20 * @version $Id: QueueMessage.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
|
23 /** |
|
24 * @see Zend_Service_WindowsAzure_Exception |
|
25 */ |
|
26 require_once 'Zend/Service/WindowsAzure/Exception.php'; |
|
27 |
22 |
28 /** |
23 /** |
29 * @see Zend_Service_WindowsAzure_Storage_StorageEntityAbstract |
24 * @see Zend_Service_WindowsAzure_Storage_StorageEntityAbstract |
30 */ |
25 */ |
31 require_once 'Zend/Service/WindowsAzure/Storage/StorageEntityAbstract.php'; |
26 require_once 'Zend/Service/WindowsAzure/Storage/StorageEntityAbstract.php'; |
32 |
27 |
33 /** |
28 /** |
34 * @category Zend |
29 * @category Zend |
35 * @package Zend_Service_WindowsAzure |
30 * @package Zend_Service_WindowsAzure |
36 * @subpackage Storage |
31 * @subpackage Storage |
37 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
32 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
38 * @license http://framework.zend.com/license/new-bsd New BSD License |
33 * @license http://framework.zend.com/license/new-bsd New BSD License |
39 * |
34 * |
40 * @property string $MessageId Message ID |
35 * @property string $MessageId Message ID |
41 * @property string $InsertionTime Insertion time |
36 * @property string $InsertionTime Insertion time |
42 * @property string $ExpirationTime Expiration time |
37 * @property string $ExpirationTime Expiration time |