API Documentation

Service/WindowsAzure/Storage/BatchStorageAbstract.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
version
$Id$
Classes
Zend_Service_WindowsAzure_Storage_BatchStorageAbstract

Description

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.

Zend_Service_WindowsAzure_Storage_BatchStorageAbstract

Extends from
Zend_Service_WindowsAzure_Storage
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service_WindowsAzure
subpackage
Storage
Properties
$_currentBatch
Methods
setCurrentBatch
getCurrentBatch
isInBatch
startBatch
performBatch

Description

Properties

$_currentBatch

Zend_Service_WindowsAzure_Storage_Batch $_currentBatch = 'null'

Current batch

Details

$_currentBatch
Zend_Service_WindowsAzure_Storage_Batch
visibility
protected
default
null
final
false
static
false

Methods

getCurrentBatch

getCurrentBatch( ) : Zend_Service_WindowsAzure_Storage_Batch

Get current batch

Details
visibility
public
final
false
static
false

isInBatch

isInBatch( ) : boolean

Is there a current batch?

Output
boolean
Details
visibility
public
final
false
static
false

performBatch

performBatch( array $operations = array, boolean $forTableStorage = false, boolean $isSingleSelect = false, string $resourceType = Zend_Service_WindowsAzure_Storage, string $requiredPermission = Zend_Service_WindowsAzure_Credentials_CredentialsAbstract ) : Zend_Http_Response

Perform batch using Zend_Http_Client channel, combining all batch operations into one request

Arguments
$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
Details
visibility
public
final
false
static
false

setCurrentBatch

setCurrentBatch( Zend_Service_WindowsAzure_Storage_Batch $batch = null ) :

Set current batch

Arguments
$batch
Zend_Service_WindowsAzure_Storage_Batch
Current batch
Details
visibility
public
final
false
static
false
throws

startBatch

startBatch( ) : Zend_Service_WindowsAzure_Storage_Batch

Starts a new batch operation set

Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.