Service/WindowsAzure/Storage/BatchStorageAbstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Service_WindowsAzure  
Subpackage
Storage  
Version
$Id$  

\Zend_Service_WindowsAzure_Storage_BatchStorageAbstract

Package: Zend_Service_WindowsAzure\Storage
Parent(s)
\Zend_Service_WindowsAzure_Storage
Children
\Zend_Service_WindowsAzure_Storage_Table
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Service_WindowsAzure_Storage_Batch $_currentBatch = null
Current batch
Default valuenullDetails
Type
\Zend_Service_WindowsAzure_Storage_Batch

Methods

methodpublicgetCurrentBatch() : \Zend_Service_WindowsAzure_Storage_Batch

Get current batch

methodpublicisInBatch() : boolean

Is there a current batch?

Returns
TypeDescription
boolean
methodpublicperformBatch(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

Parameters
NameTypeDescription
$operationsarray

Operations in batch

$forTableStorageboolean

Is the request for table storage?

$isSingleSelectboolean

Is the request a single select statement?

$resourceTypestring

Resource type

$requiredPermissionstring

Required permission

Returns
TypeDescription
\Zend_Http_Response
methodpublicsetCurrentBatch(\Zend_Service_WindowsAzure_Storage_Batch $batch = null) : void

Set current batch

Parameters
NameTypeDescription
$batch\Zend_Service_WindowsAzure_Storage_Batch

Current batch

Throws
ExceptionDescription
\Zend_Service_WindowsAzure_Exception
methodpublicstartBatch() : \Zend_Service_WindowsAzure_Storage_Batch

Starts a new batch operation set

Documentation was generated by phpDocumentor 2.2.0 .