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: BlobContainer.php 22773 2010-08-03 07:18:27Z maartenba $ |
20 * @version $Id: BlobContainer.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
|
24 * @see Zend_Service_WindowsAzure_Exception |
|
25 */ |
|
26 require_once 'Zend/Service/WindowsAzure/Exception.php'; |
|
27 |
|
28 /** |
|
29 * @see Zend_Service_WindowsAzure_Storage_StorageEntityAbstract |
|
30 */ |
|
31 require_once 'Zend/Service/WindowsAzure/Storage/StorageEntityAbstract.php'; |
|
32 |
23 |
33 /** |
24 /** |
34 * @category Zend |
25 * @category Zend |
35 * @package Zend_Service_WindowsAzure |
26 * @package Zend_Service_WindowsAzure |
36 * @subpackage Storage |
27 * @subpackage Storage |
37 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
28 * @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 |
29 * @license http://framework.zend.com/license/new-bsd New BSD License |
39 * |
30 * |
40 * @property string $Name Name of the container |
31 * @property string $Name Name of the container |
41 * @property string $Etag Etag of the container |
32 * @property string $Etag Etag of the container |
42 * @property string $LastModified Last modified date of the container |
33 * @property string $LastModified Last modified date of the container |