Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

getCurrentBatch(
)
:
\Zend_Service_WindowsAzure_Storage_Batch
Get current batch
Type | Description |
---|---|
\Zend_Service_WindowsAzure_Storage_Batch |

performBatch(
array $operations
=
array(), boolean $forTableStorage
=
false, boolean $isSingleSelect
=
false, string $resourceType
=
Zend_Service_WindowsAzure_Storage::RESOURCE_UNKNOWN, string $requiredPermission
=
Zend_Service_WindowsAzure_Credentials_CredentialsAbstract::PERMISSION_READ
)
:
\Zend_Http_Response
Perform batch using Zend_Http_Client channel, combining all batch operations into one request
Name | Type | Description |
---|---|---|
$operations | array | Operations in batch |
$forTableStorage | boolean | Is the request for table storage? |
$isSingleSelect | boolean | Is the request a single select statement? |
$resourceType | string | Resource type |
$requiredPermission | string | Required permission |
Type | Description |
---|---|
\Zend_Http_Response |

setCurrentBatch(
\Zend_Service_WindowsAzure_Storage_Batch $batch
=
null
)
:
void
Set current batch
Name | Type | Description |
---|---|---|
$batch | \Zend_Service_WindowsAzure_Storage_Batch | Current batch |
Exception | Description |
---|---|
\Zend_Service_WindowsAzure_Exception |

startBatch(
)
:
\Zend_Service_WindowsAzure_Storage_Batch
Starts a new batch operation set
Type | Description |
---|---|
\Zend_Service_WindowsAzure_Storage_Batch |
Exception | Description |
---|---|
\Zend_Service_WindowsAzure_Exception |