Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Service_WindowsAzure_Storage_BatchStorageAbstract $storageClient=null, $baseUrl= '') | |
Creates a new Zend_Service_WindowsAzure_Storage_Batch. | |
getBaseUrl () | |
Get base URL for creating requests. | |
enlistOperation ($path= '/', $queryString= '', $httpVerb=Zend_Http_Client::GET, $headers=array(), $forTableStorage=false, $rawData=null) | |
Enlist operation in current batch. | |
commit () | |
Commit current batch. | |
rollback () | |
Rollback current batch. | |
getOperationCount () | |
Get operation count. | |
isSingleSelect () | |
Is single select? | |
Protected Member Functions | |
_beginBatch () | |
Starts a new batch operation set. | |
_clean () | |
Cleanup current batch. | |
Protected Attributes | |
$_storageClient = null | |
$_forTableStorage = false | |
$_baseUrl | |
$_operations = array() | |
$_isSingleSelect = false | |
__construct | ( | Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | $storageClient = null , |
$baseUrl = '' |
|||
) |
Creates a new Zend_Service_WindowsAzure_Storage_Batch.
Zend_Service_WindowsAzure_Storage_BatchStorageAbstract | $storageClient | Storage client the batch is defined on |
|
protected |
Starts a new batch operation set.
Zend_Service_WindowsAzure_Exception |
|
protected |
Cleanup current batch.
commit | ( | ) |
enlistOperation | ( | $path = '/' , |
|
$queryString = '' , |
|||
$httpVerb = Zend_Http_Client::GET , |
|||
$headers = array() , |
|||
$forTableStorage = false , |
|||
$rawData = null |
|||
) |
Enlist operation in current batch.
string | $path | Path |
string | $queryString | Query string |
string | $httpVerb | HTTP verb the request will use |
array | $headers | x-ms headers to add |
boolean | $forTableStorage | Is the request for table storage? |
mixed | $rawData | Optional RAW HTTP data to be sent over the wire |
Zend_Service_WindowsAzure_Exception |
getBaseUrl | ( | ) |
Get base URL for creating requests.
getOperationCount | ( | ) |
Get operation count.
isSingleSelect | ( | ) |
Is single select?
rollback | ( | ) |
Rollback current batch.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |